Html Css Color HEX #3048CB Cerulean Blue

📋 copy color: '#3048CB'

red 48 ◦ green 72 ◦ blue 203

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

Shades of Cerulean Blue #3048CB

Tints of Cerulean Blue #3048CB

RGB

 RED value IS 48 (19.14% from 255) = 14.86%

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

 BLUE value IS 203 (79.69% from 255) = 62.85%

R = 14.86%
G = 22.29%
B = 62.85%

CMYK

 C value IS 0.76

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3048CB (or 0x3048CB) is known color: Cerulean Blue. HEX triplet: 30, 48 and CB. RGB value is (48,72,203). Sum of RGB (Red+Green+Blue) = 48+72+203=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #3048CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3048CB is #CFB734. Grayscale: #4F4F4F. Windows color (decimal): -13612853 or 13322288. OLE color: 13322288.

HSL color Cylindrical-coordinate representation of color #3048CB: hue angle of 230.71º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3048CB is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 72 203 -
CMYK 0.76 0.65 0 0.20
HSL 230.71º 0.62% 0.49% -
HSV(B) 230.71º 0.76% 0.8% -
XYZ 14.32 9.57 57.59 -
YUV 79.76 197.55 105.35 -
System Red Green Blue C M Y K H S L
Decimal 48 72 203 0.76 0.65 0 0.20 230.71 0.62 0.49
Hex 30 48 CB 4C 41 0 14 E7 3E 31
Octal 60 110 313 114 101 0 24 347 76 61
Binary 110000 1001000 11001011 1001100 1000001 0 10100 11100111 111110 110001

Color Harmonies of #3048CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3048CB

Black with #3048CB

Text Example


Text Example

White with #3048CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3048CB; }

 p { color: rgb(48,72,203); }

 H1.HeaderClassName
 {
   color: #3048CB;
 }
 .AnyTagClassName
 {
   color: #3048CB;
 }
</style>

background-color css

<style>
 a { background-color: #3048CB; }

 a { background-color: rgb(48,72,203); }

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

border-color css

<style>
 span { border-color: #3048CB; }

 span { border-color: rgb(48,72,203); }

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