Html Css Color HEX #304AAC Cerulean Blue

📋 copy color: '#304AAC'

red 48 ◦ green 74 ◦ blue 172

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

Shades of Cerulean Blue #304AAC

Tints of Cerulean Blue #304AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.17%

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

R = 16.33%
G = 25.17%
B = 58.5%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#304AAC (or 0x304AAC) is known color: Cerulean Blue. HEX triplet: 30, 4A and AC. RGB value is (48,74,172). Sum of RGB (Red+Green+Blue) = 48+74+172=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #304AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304AAC is #CFB553. Grayscale: #4C4C4C. Windows color (decimal): -13612372 or 11291184. OLE color: 11291184.

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

Color convert

RGB 48 74 172 -
CMYK 0.72 0.57 0 0.33
HSL 227.42º 0.56% 0.43% -
HSV(B) 227.42º 0.72% 0.67% -
XYZ 11.11 8.5 40.09 -
YUV 77.4 181.39 107.03 -
System Red Green Blue C M Y K H S L
Decimal 48 74 172 0.72 0.57 0 0.33 227.42 0.56 0.43
Hex 30 4A AC 48 39 0 21 E3 38 2B
Octal 60 112 254 110 71 0 41 343 70 53
Binary 110000 1001010 10101100 1001000 111001 0 100001 11100011 111000 101011

Color Harmonies of #304AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304AAC

Black with #304AAC

Text Example


Text Example

White with #304AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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