Html Css Color HEX #304CA4 Cerulean Blue

📋 copy color: '#304CA4'

red 48 ◦ green 76 ◦ blue 164

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

Shades of Cerulean Blue #304CA4

Tints of Cerulean Blue #304CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 56.94%

R = 16.67%
G = 26.39%
B = 56.94%

CMYK

 C value IS 0.71

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#304CA4 (or 0x304CA4) is known color: Cerulean Blue. HEX triplet: 30, 4C and A4. RGB value is (48,76,164). Sum of RGB (Red+Green+Blue) = 48+76+164=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 164 (64.45% from 255 or 56.94% from 288); Max value from RGB is 164 - color contains mainly: blue. Hex color #304CA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304CA4 is #CFB35B. Grayscale: #4D4D4D. Windows color (decimal): -13611868 or 10767408. OLE color: 10767408.

HSL color Cylindrical-coordinate representation of color #304CA4: hue angle of 225.52º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #304CA4 is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 48 76 164 -
CMYK 0.71 0.54 0 0.36
HSL 225.52º 0.55% 0.42% -
HSV(B) 225.52º 0.71% 0.64% -
XYZ 10.5 8.48 36.2 -
YUV 77.66 176.72 106.84 -
System Red Green Blue C M Y K H S L
Decimal 48 76 164 0.71 0.54 0 0.36 225.52 0.55 0.42
Hex 30 4C A4 47 36 0 24 E2 37 2A
Octal 60 114 244 107 66 0 44 342 67 52
Binary 110000 1001100 10100100 1000111 110110 0 100100 11100010 110111 101010

Color Harmonies of #304CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304CA4

Black with #304CA4

Text Example


Text Example

White with #304CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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