Html Css Color HEX #304DAA Cerulean Blue

📋 copy color: '#304DAA'

red 48 ◦ green 77 ◦ blue 170

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

Shades of Cerulean Blue #304DAA

Tints of Cerulean Blue #304DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 57.63%

R = 16.27%
G = 26.1%
B = 57.63%

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

#304DAA (or 0x304DAA) is known color: Cerulean Blue. HEX triplet: 30, 4D and AA. RGB value is (48,77,170). Sum of RGB (Red+Green+Blue) = 48+77+170=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 170 (66.80% from 255 or 57.63% from 295); Max value from RGB is 170 - color contains mainly: blue. Hex color #304DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304DAA is #CFB255. Grayscale: #4E4E4E. Windows color (decimal): -13611606 or 11160880. OLE color: 11160880.

HSL color Cylindrical-coordinate representation of color #304DAA: hue angle of 225.74º 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 #304DAA is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 77 170 -
CMYK 0.72 0.55 0 0.33
HSL 225.74º 0.56% 0.43% -
HSV(B) 225.74º 0.72% 0.67% -
XYZ 11.13 8.84 39.15 -
YUV 78.93 179.39 105.94 -
System Red Green Blue C M Y K H S L
Decimal 48 77 170 0.72 0.55 0 0.33 225.74 0.56 0.43
Hex 30 4D AA 48 37 0 21 E2 38 2B
Octal 60 115 252 110 67 0 41 342 70 53
Binary 110000 1001101 10101010 1001000 110111 0 100001 11100010 111000 101011

Color Harmonies of #304DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304DAA

Black with #304DAA

Text Example


Text Example

White with #304DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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