Html Css Color HEX #304FBA Cerulean Blue

📋 copy color: '#304FBA'

red 48 ◦ green 79 ◦ blue 186

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

Shades of Cerulean Blue #304FBA

Tints of Cerulean Blue #304FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.24%

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

R = 15.34%
G = 25.24%
B = 59.42%

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

#304FBA (or 0x304FBA) is known color: Cerulean Blue. HEX triplet: 30, 4F and BA. RGB value is (48,79,186). Sum of RGB (Red+Green+Blue) = 48+79+186=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #304FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304FBA is #CFB045. Grayscale: #515151. Windows color (decimal): -13611078 or 12209968. OLE color: 12209968.

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

Color convert

RGB 48 79 186 -
CMYK 0.74 0.58 0 0.27
HSL 226.52º 0.59% 0.46% -
HSV(B) 226.52º 0.74% 0.73% -
XYZ 12.88 9.77 47.66 -
YUV 81.93 186.73 103.8 -
System Red Green Blue C M Y K H S L
Decimal 48 79 186 0.74 0.58 0 0.27 226.52 0.59 0.46
Hex 30 4F BA 4A 3A 0 1B E3 3B 2E
Octal 60 117 272 112 72 0 33 343 73 56
Binary 110000 1001111 10111010 1001010 111010 0 11011 11100011 111011 101110

Color Harmonies of #304FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304FBA

Black with #304FBA

Text Example


Text Example

White with #304FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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