Html Css Color HEX #304DAC Cerulean Blue

📋 copy color: '#304DAC'

red 48 ◦ green 77 ◦ blue 172

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

Shades of Cerulean Blue #304DAC

Tints of Cerulean Blue #304DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.93%

 BLUE value IS 172 (67.58% from 255) = 57.91%

R = 16.16%
G = 25.93%
B = 57.91%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#304DAC (or 0x304DAC) is known color: Cerulean Blue. HEX triplet: 30, 4D and AC. RGB value is (48,77,172). Sum of RGB (Red+Green+Blue) = 48+77+172=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #304DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304DAC is #CFB253. Grayscale: #4E4E4E. Windows color (decimal): -13611604 or 11291952. OLE color: 11291952.

HSL color Cylindrical-coordinate representation of color #304DAC: hue angle of 225.97º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #304DAC is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 77 172 -
CMYK 0.72 0.55 0 0.33
HSL 225.97º 0.56% 0.43% -
HSV(B) 225.97º 0.72% 0.67% -
XYZ 11.32 8.91 40.15 -
YUV 79.16 180.39 105.78 -
System Red Green Blue C M Y K H S L
Decimal 48 77 172 0.72 0.55 0 0.33 225.97 0.56 0.43
Hex 30 4D AC 48 37 0 21 E2 38 2B
Octal 60 115 254 110 67 0 41 342 70 53
Binary 110000 1001101 10101100 1001000 110111 0 100001 11100010 111000 101011

Color Harmonies of #304DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304DAC

Black with #304DAC

Text Example


Text Example

White with #304DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304DAC; }

 p { color: rgb(48,77,172); }

 H1.HeaderClassName
 {
   color: #304DAC;
 }
 .AnyTagClassName
 {
   color: #304DAC;
 }
</style>

background-color css

<style>
 a { background-color: #304DAC; }

 a { background-color: rgb(48,77,172); }

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

border-color css

<style>
 span { border-color: #304DAC; }

 span { border-color: rgb(48,77,172); }

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