#2346C9

Color #2346C9 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #2346C9

Tints of Cerulean Blue #2346C9

Color information

#2346C9 (or 0x2346C9) is unknown color: approx Cerulean Blue. HEX triplet: 23, 46 and C9. RGB value is (35,70,201). Sum of RGB (Red+Green+Blue) = 35+70+201=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 201 (78.91% from 255 or 65.69% from 306); Max value from RGB is 201 - color contains mainly: blue. Hex color #2346C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2346C9 is #DCB936. Grayscale: #494949. Windows color (decimal): -14465335 or 13190691. OLE color: 13190691.

HSL color Cylindrical-coordinate representation of color #2346C9: hue angle of 227.35º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2346C9 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3570201-
CMYK0.830.6500.21
HSL227.35º70.34%46.27%-
HSV(B)227.35º82.59%78.82%-
XYZ13.438.9556.28-
YUV74.47199.499.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 11.44%
GREEN value IS 70 (27.73% from 255) = 22.88%
BLUE value IS 201 (78.91% from 255) = 65.69%
R=11.44%
G=22.88%
B=65.69%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal35702010.830.6500.21227.3570.3446.27
Hex2346C95341015e3462e
Octal4310631112310102534310656
Binary10001110001101100100110100111000001010101111000111000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2346C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2346C9; }

 p { color: rgb(35,70,201); }

 H1.HeaderClassName
 {
   color: #2346C9;
 }
 .AnyTagClassName
 {
   color: #2346C9;
 }
</style>
background-color css

<style>
 a { background-color: #2346C9; }

 a { background-color: rgb(35,70,201); }

 div.DivClassName
 {
   background-color: #2346C9;
 }
 .BgClassName
 {
   background-color: #2346C9;
 }
</style>
border-color css

<style>
 span { border-color: #2346C9; }

 span { border-color: rgb(35,70,201); }

 td.TdClassName
 {
   border-color: #2346C9;
 }
 .TagClassName
 {
   border-color: #2346C9;
 }
</style>