Html Css Color HEX #304CB9 Cerulean Blue

📋 copy color: '#304CB9'

red 48 ◦ green 76 ◦ blue 185

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

Shades of Cerulean Blue #304CB9

Tints of Cerulean Blue #304CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 59.87%

R = 15.53%
G = 24.6%
B = 59.87%

CMYK

 C value IS 0.74

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#304CB9 (or 0x304CB9) is known color: Cerulean Blue. HEX triplet: 30, 4C and B9. RGB value is (48,76,185). Sum of RGB (Red+Green+Blue) = 48+76+185=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 185 (72.66% from 255 or 59.87% from 309); Max value from RGB is 185 - color contains mainly: blue. Hex color #304CB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304CB9 is #CFB346. Grayscale: #4F4F4F. Windows color (decimal): -13611847 or 12143664. OLE color: 12143664.

HSL color Cylindrical-coordinate representation of color #304CB9: hue angle of 227.74º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #304CB9 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 76 185 -
CMYK 0.74 0.59 0 0.27
HSL 227.74º 0.59% 0.46% -
HSV(B) 227.74º 0.74% 0.73% -
XYZ 12.56 9.3 47.03 -
YUV 80.05 187.22 105.14 -
System Red Green Blue C M Y K H S L
Decimal 48 76 185 0.74 0.59 0 0.27 227.74 0.59 0.46
Hex 30 4C B9 4A 3B 0 1B E4 3B 2E
Octal 60 114 271 112 73 0 33 344 73 56
Binary 110000 1001100 10111001 1001010 111011 0 11011 11100100 111011 101110

Color Harmonies of #304CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304CB9

Black with #304CB9

Text Example


Text Example

White with #304CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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