Html Css Color HEX #304DB5 Cerulean Blue

📋 copy color: '#304DB5'

red 48 ◦ green 77 ◦ blue 181

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

Shades of Cerulean Blue #304DB5

Tints of Cerulean Blue #304DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 59.15%

R = 15.69%
G = 25.16%
B = 59.15%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#304DB5 (or 0x304DB5) is known color: Cerulean Blue. HEX triplet: 30, 4D and B5. RGB value is (48,77,181). Sum of RGB (Red+Green+Blue) = 48+77+181=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 181 (71.09% from 255 or 59.15% from 306); Max value from RGB is 181 - color contains mainly: blue. Hex color #304DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304DB5 is #CFB24A. Grayscale: #4F4F4F. Windows color (decimal): -13611595 or 11881776. OLE color: 11881776.

HSL color Cylindrical-coordinate representation of color #304DB5: hue angle of 226.92º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #304DB5 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 48 77 181 -
CMYK 0.73 0.57 0 0.29
HSL 226.92º 0.58% 0.45% -
HSV(B) 226.92º 0.73% 0.71% -
XYZ 12.21 9.27 44.86 -
YUV 80.19 184.89 105.04 -
System Red Green Blue C M Y K H S L
Decimal 48 77 181 0.73 0.57 0 0.29 226.92 0.58 0.45
Hex 30 4D B5 49 39 0 1D E3 3A 2D
Octal 60 115 265 111 71 0 35 343 72 55
Binary 110000 1001101 10110101 1001001 111001 0 11101 11100011 111010 101101

Color Harmonies of #304DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304DB5

Black with #304DB5

Text Example


Text Example

White with #304DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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