Html Css Color HEX #2948CC Cerulean Blue

📋 copy color: '#2948CC'

red 41 ◦ green 72 ◦ blue 204

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

Shades of Cerulean Blue #2948CC

Tints of Cerulean Blue #2948CC

RGB

 RED value IS 41 (16.41% from 255) = 12.93%

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

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

R = 12.93%
G = 22.71%
B = 64.35%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2948CC (or 0x2948CC) is known color: Cerulean Blue. HEX triplet: 29, 48 and CC. RGB value is (41,72,204). Sum of RGB (Red+Green+Blue) = 41+72+204=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #2948CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2948CC is #D6B733. Grayscale: #4D4D4D. Windows color (decimal): -14071604 or 13387817. OLE color: 13387817.

HSL color Cylindrical-coordinate representation of color #2948CC: hue angle of 228.59º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2948CC is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 41 72 204 -
CMYK 0.80 0.65 0 0.2
HSL 228.59º 0.67% 0.48% -
HSV(B) 228.59º 0.8% 0.8% -
XYZ 14.13 9.47 58.21 -
YUV 77.78 199.23 101.77 -
System Red Green Blue C M Y K H S L
Decimal 41 72 204 0.80 0.65 0 0.2 228.59 0.67 0.48
Hex 29 48 CC 50 41 0 14 E5 43 30
Octal 51 110 314 120 101 0 24 345 103 60
Binary 101001 1001000 11001100 1010000 1000001 0 10100 11100101 1000011 110000

Color Harmonies of #2948CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2948CC

Black with #2948CC

Text Example


Text Example

White with #2948CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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