Html Css Color HEX #304CAC Cerulean Blue

📋 copy color: '#304CAC'

red 48 ◦ green 76 ◦ blue 172

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

Shades of Cerulean Blue #304CAC

Tints of Cerulean Blue #304CAC

RGB

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

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

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

R = 16.22%
G = 25.68%
B = 58.11%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#304CAC (or 0x304CAC) is known color: Cerulean Blue. HEX triplet: 30, 4C and AC. RGB value is (48,76,172). Sum of RGB (Red+Green+Blue) = 48+76+172=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #304CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304CAC is #CFB353. Grayscale: #4E4E4E. Windows color (decimal): -13611860 or 11291696. OLE color: 11291696.

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

Color convert

RGB 48 76 172 -
CMYK 0.72 0.56 0 0.33
HSL 226.45º 0.56% 0.43% -
HSV(B) 226.45º 0.72% 0.67% -
XYZ 11.25 8.78 40.13 -
YUV 78.57 180.72 106.19 -
System Red Green Blue C M Y K H S L
Decimal 48 76 172 0.72 0.56 0 0.33 226.45 0.56 0.43
Hex 30 4C AC 48 38 0 21 E2 38 2B
Octal 60 114 254 110 70 0 41 342 70 53
Binary 110000 1001100 10101100 1001000 111000 0 100001 11100010 111000 101011

Color Harmonies of #304CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304CAC

Black with #304CAC

Text Example


Text Example

White with #304CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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