Html Css Color HEX #304DB9 Cerulean Blue

📋 copy color: '#304DB9'

red 48 ◦ green 77 ◦ blue 185

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

Shades of Cerulean Blue #304DB9

Tints of Cerulean Blue #304DB9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.84%

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

R = 15.48%
G = 24.84%
B = 59.68%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#304DB9 (or 0x304DB9) is known color: Cerulean Blue. HEX triplet: 30, 4D and B9. RGB value is (48,77,185). Sum of RGB (Red+Green+Blue) = 48+77+185=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 185 (72.66% from 255 or 59.68% from 310); Max value from RGB is 185 - color contains mainly: blue. Hex color #304DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304DB9 is #CFB246. Grayscale: #505050. Windows color (decimal): -13611591 or 12143920. OLE color: 12143920.

HSL color Cylindrical-coordinate representation of color #304DB9: hue angle of 227.3º 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 #304DB9 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 77 185 -
CMYK 0.74 0.58 0 0.27
HSL 227.3º 0.59% 0.46% -
HSV(B) 227.3º 0.74% 0.73% -
XYZ 12.63 9.44 47.06 -
YUV 80.64 186.89 104.72 -
System Red Green Blue C M Y K H S L
Decimal 48 77 185 0.74 0.58 0 0.27 227.3 0.59 0.46
Hex 30 4D B9 4A 3A 0 1B E3 3B 2E
Octal 60 115 271 112 72 0 33 343 73 56
Binary 110000 1001101 10111001 1001010 111010 0 11011 11100011 111011 101110

Color Harmonies of #304DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304DB9

Black with #304DB9

Text Example


Text Example

White with #304DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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