Html Css Color HEX #304DBB Cerulean Blue

📋 copy color: '#304DBB'

red 48 ◦ green 77 ◦ blue 187

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

Shades of Cerulean Blue #304DBB

Tints of Cerulean Blue #304DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.94%

R = 15.38%
G = 24.68%
B = 59.94%

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

#304DBB (or 0x304DBB) is known color: Cerulean Blue. HEX triplet: 30, 4D and BB. RGB value is (48,77,187). Sum of RGB (Red+Green+Blue) = 48+77+187=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #304DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304DBB is #CFB244. Grayscale: #505050. Windows color (decimal): -13611589 or 12274992. OLE color: 12274992.

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

Color convert

RGB 48 77 187 -
CMYK 0.74 0.59 0 0.27
HSL 227.48º 0.59% 0.46% -
HSV(B) 227.48º 0.74% 0.73% -
XYZ 12.84 9.52 48.18 -
YUV 80.87 187.89 104.56 -
System Red Green Blue C M Y K H S L
Decimal 48 77 187 0.74 0.59 0 0.27 227.48 0.59 0.46
Hex 30 4D BB 4A 3B 0 1B E3 3B 2E
Octal 60 115 273 112 73 0 33 343 73 56
Binary 110000 1001101 10111011 1001010 111011 0 11011 11100011 111011 101110

Color Harmonies of #304DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304DBB

Black with #304DBB

Text Example


Text Example

White with #304DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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