Html Css Color HEX #304BA6 Cerulean Blue

📋 copy color: '#304BA6'

red 48 ◦ green 75 ◦ blue 166

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

Shades of Cerulean Blue #304BA6

Tints of Cerulean Blue #304BA6

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.95%

 BLUE value IS 166 (65.23% from 255) = 57.44%

R = 16.61%
G = 25.95%
B = 57.44%

CMYK

 C value IS 0.71

 M value IS 0.55

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#304BA6 (or 0x304BA6) is known color: Cerulean Blue. HEX triplet: 30, 4B and A6. RGB value is (48,75,166). Sum of RGB (Red+Green+Blue) = 48+75+166=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 166 (65.23% from 255 or 57.44% from 289); Max value from RGB is 166 - color contains mainly: blue. Hex color #304BA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304BA6 is #CFB459. Grayscale: #4C4C4C. Windows color (decimal): -13612122 or 10898224. OLE color: 10898224.

HSL color Cylindrical-coordinate representation of color #304BA6: hue angle of 226.27º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #304BA6 is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 48 75 166 -
CMYK 0.71 0.55 0 0.35
HSL 226.27º 0.55% 0.42% -
HSV(B) 226.27º 0.71% 0.65% -
XYZ 10.62 8.41 37.14 -
YUV 77.3 178.05 107.1 -
System Red Green Blue C M Y K H S L
Decimal 48 75 166 0.71 0.55 0 0.35 226.27 0.55 0.42
Hex 30 4B A6 47 37 0 23 E2 37 2A
Octal 60 113 246 107 67 0 43 342 67 52
Binary 110000 1001011 10100110 1000111 110111 0 100011 11100010 110111 101010

Color Harmonies of #304BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304BA6

Black with #304BA6

Text Example


Text Example

White with #304BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,75,166); }

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

background-color css

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

 a { background-color: rgb(48,75,166); }

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

border-color css

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

 span { border-color: rgb(48,75,166); }

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