Html Css Color HEX #304CAA Cerulean Blue

📋 copy color: '#304CAA'

red 48 ◦ green 76 ◦ blue 170

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

Shades of Cerulean Blue #304CAA

Tints of Cerulean Blue #304CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.85%

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

R = 16.33%
G = 25.85%
B = 57.82%

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

#304CAA (or 0x304CAA) is known color: Cerulean Blue. HEX triplet: 30, 4C and AA. RGB value is (48,76,170). Sum of RGB (Red+Green+Blue) = 48+76+170=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #304CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304CAA is #CFB355. Grayscale: #4D4D4D. Windows color (decimal): -13611862 or 11160624. OLE color: 11160624.

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

Color convert

RGB 48 76 170 -
CMYK 0.72 0.55 0 0.33
HSL 226.23º 0.56% 0.43% -
HSV(B) 226.23º 0.72% 0.67% -
XYZ 11.06 8.7 39.13 -
YUV 78.34 179.72 106.36 -
System Red Green Blue C M Y K H S L
Decimal 48 76 170 0.72 0.55 0 0.33 226.23 0.56 0.43
Hex 30 4C AA 48 37 0 21 E2 38 2B
Octal 60 114 252 110 67 0 41 342 70 53
Binary 110000 1001100 10101010 1001000 110111 0 100001 11100010 111000 101011

Color Harmonies of #304CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304CAA

Black with #304CAA

Text Example


Text Example

White with #304CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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