Html Css Color HEX #3048B4 Cerulean Blue

📋 copy color: '#3048B4'

red 48 ◦ green 72 ◦ blue 180

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

Shades of Cerulean Blue #3048B4

Tints of Cerulean Blue #3048B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 60%

R = 16%
G = 24%
B = 60%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3048B4 (or 0x3048B4) is known color: Cerulean Blue. HEX triplet: 30, 48 and B4. RGB value is (48,72,180). Sum of RGB (Red+Green+Blue) = 48+72+180=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 180 (70.70% from 255 or 60% from 300); Max value from RGB is 180 - color contains mainly: blue. Hex color #3048B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3048B4 is #CFB74B. Grayscale: #4C4C4C. Windows color (decimal): -13612876 or 11814960. OLE color: 11814960.

HSL color Cylindrical-coordinate representation of color #3048B4: hue angle of 229.09º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3048B4 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 48 72 180 -
CMYK 0.73 0.60 0 0.29
HSL 229.09º 0.58% 0.45% -
HSV(B) 229.09º 0.73% 0.71% -
XYZ 11.77 8.56 44.21 -
YUV 77.14 186.05 107.22 -
System Red Green Blue C M Y K H S L
Decimal 48 72 180 0.73 0.60 0 0.29 229.09 0.58 0.45
Hex 30 48 B4 49 3C 0 1D E5 3A 2D
Octal 60 110 264 111 74 0 35 345 72 55
Binary 110000 1001000 10110100 1001001 111100 0 11101 11100101 111010 101101

Color Harmonies of #3048B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3048B4

Black with #3048B4

Text Example


Text Example

White with #3048B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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