Html Css Color HEX #2348CC Cerulean Blue

📋 copy color: '#2348CC'

red 35 ◦ green 72 ◦ blue 204

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

Shades of Cerulean Blue #2348CC

Tints of Cerulean Blue #2348CC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.15%

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

R = 11.25%
G = 23.15%
B = 65.59%

CMYK

 C value IS 0.83

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2348CC (or 0x2348CC) is known color: Cerulean Blue. HEX triplet: 23, 48 and CC. RGB value is (35,72,204). Sum of RGB (Red+Green+Blue) = 35+72+204=311 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.25% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 204 (80.08% from 255 or 65.59% from 311); Max value from RGB is 204 - color contains mainly: blue. Hex color #2348CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2348CC is #DCB733. Grayscale: #4B4B4B. Windows color (decimal): -14464820 or 13387811. OLE color: 13387811.

HSL color Cylindrical-coordinate representation of color #2348CC: hue angle of 226.86º 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 #2348CC is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 72 204 -
CMYK 0.83 0.65 0 0.2
HSL 226.86º 0.71% 0.47% -
HSV(B) 226.86º 0.83% 0.8% -
XYZ 13.91 9.35 58.2 -
YUV 75.99 200.24 98.77 -
System Red Green Blue C M Y K H S L
Decimal 35 72 204 0.83 0.65 0 0.2 226.86 0.71 0.47
Hex 23 48 CC 53 41 0 14 E3 47 2F
Octal 43 110 314 123 101 0 24 343 107 57
Binary 100011 1001000 11001100 1010011 1000001 0 10100 11100011 1000111 101111

Color Harmonies of #2348CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2348CC

Black with #2348CC

Text Example


Text Example

White with #2348CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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