Html Css Color HEX #304DBA Cerulean Blue

📋 copy color: '#304DBA'

red 48 ◦ green 77 ◦ blue 186

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

Shades of Cerulean Blue #304DBA

Tints of Cerulean Blue #304DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.81%

R = 15.43%
G = 24.76%
B = 59.81%

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

#304DBA (or 0x304DBA) is known color: Cerulean Blue. HEX triplet: 30, 4D and BA. RGB value is (48,77,186). Sum of RGB (Red+Green+Blue) = 48+77+186=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #304DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304DBA is #CFB245. Grayscale: #505050. Windows color (decimal): -13611590 or 12209456. OLE color: 12209456.

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

Color convert

RGB 48 77 186 -
CMYK 0.74 0.59 0 0.27
HSL 227.39º 0.59% 0.46% -
HSV(B) 227.39º 0.74% 0.73% -
XYZ 12.74 9.48 47.61 -
YUV 80.76 187.39 104.64 -
System Red Green Blue C M Y K H S L
Decimal 48 77 186 0.74 0.59 0 0.27 227.39 0.59 0.46
Hex 30 4D BA 4A 3B 0 1B E3 3B 2E
Octal 60 115 272 112 73 0 33 343 73 56
Binary 110000 1001101 10111010 1001010 111011 0 11011 11100011 111011 101110

Color Harmonies of #304DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304DBA

Black with #304DBA

Text Example


Text Example

White with #304DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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