Html Css Color HEX #2349CC Cerulean Blue

📋 copy color: '#2349CC'

red 35 ◦ green 73 ◦ blue 204

#2349CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2349CC

Tints of Cerulean Blue #2349CC

RGB

 RED value IS 35 (14.06% from 255) = 11.22%

 GREEN value IS 73 (28.91% from 255) = 23.4%

 BLUE value IS 204 (80.08% from 255) = 65.38%

R = 11.22%
G = 23.4%
B = 65.38%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2349CC (or 0x2349CC) is known color: Cerulean Blue. HEX triplet: 23, 49 and CC. RGB value is (35,73,204). Sum of RGB (Red+Green+Blue) = 35+73+204=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #2349CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2349CC is #DCB633. Grayscale: #4C4C4C. Windows color (decimal): -14464564 or 13388067. OLE color: 13388067.

HSL color Cylindrical-coordinate representation of color #2349CC: hue angle of 226.51º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2349CC is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 73 204 -
CMYK 0.83 0.64 0 0.2
HSL 226.51º 0.71% 0.47% -
HSV(B) 226.51º 0.83% 0.8% -
XYZ 13.97 9.48 58.22 -
YUV 76.57 199.91 98.35 -
System Red Green Blue C M Y K H S L
Decimal 35 73 204 0.83 0.64 0 0.2 226.51 0.71 0.47
Hex 23 49 CC 53 40 0 14 E3 47 2F
Octal 43 111 314 123 100 0 24 343 107 57
Binary 100011 1001001 11001100 1010011 1000000 0 10100 11100011 1000111 101111

Color Harmonies of #2349CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2349CC

Black with #2349CC

Text Example


Text Example

White with #2349CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2349CC; }

 p { color: rgb(35,73,204); }

 H1.HeaderClassName
 {
   color: #2349CC;
 }
 .AnyTagClassName
 {
   color: #2349CC;
 }
</style>

background-color css

<style>
 a { background-color: #2349CC; }

 a { background-color: rgb(35,73,204); }

 div.DivClassName
 {
   background-color: #2349CC;
 }
 .BgClassName
 {
   background-color: #2349CC;
 }
</style>

border-color css

<style>
 span { border-color: #2349CC; }

 span { border-color: rgb(35,73,204); }

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