Html Css Color HEX #304FA6 Cerulean Blue

📋 copy color: '#304FA6'

red 48 ◦ green 79 ◦ blue 166

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

Shades of Cerulean Blue #304FA6

Tints of Cerulean Blue #304FA6

RGB

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

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

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

R = 16.38%
G = 26.96%
B = 56.66%

CMYK

 C value IS 0.71

 M value IS 0.52

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#304FA6 (or 0x304FA6) is known color: Cerulean Blue. HEX triplet: 30, 4F and A6. RGB value is (48,79,166). Sum of RGB (Red+Green+Blue) = 48+79+166=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 166 (65.23% from 255 or 56.66% from 293); Max value from RGB is 166 - color contains mainly: blue. Hex color #304FA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304FA6 is #CFB059. Grayscale: #4F4F4F. Windows color (decimal): -13611098 or 10899248. OLE color: 10899248.

HSL color Cylindrical-coordinate representation of color #304FA6: hue angle of 224.24º 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 #304FA6 is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 48 79 166 -
CMYK 0.71 0.52 0 0.35
HSL 224.24º 0.55% 0.42% -
HSV(B) 224.24º 0.71% 0.65% -
XYZ 10.9 8.97 37.23 -
YUV 79.65 176.73 105.43 -
System Red Green Blue C M Y K H S L
Decimal 48 79 166 0.71 0.52 0 0.35 224.24 0.55 0.42
Hex 30 4F A6 47 34 0 23 E0 37 2A
Octal 60 117 246 107 64 0 43 340 67 52
Binary 110000 1001111 10100110 1000111 110100 0 100011 11100000 110111 101010

Color Harmonies of #304FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304FA6

Black with #304FA6

Text Example


Text Example

White with #304FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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