Html Css Color HEX #304AC0 Cerulean Blue

📋 copy color: '#304AC0'

red 48 ◦ green 74 ◦ blue 192

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

Shades of Cerulean Blue #304AC0

Tints of Cerulean Blue #304AC0

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.57%

 BLUE value IS 192 (75.39% from 255) = 61.15%

R = 15.29%
G = 23.57%
B = 61.15%

CMYK

 C value IS 0.75

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#304AC0 (or 0x304AC0) is known color: Cerulean Blue. HEX triplet: 30, 4A and C0. RGB value is (48,74,192). Sum of RGB (Red+Green+Blue) = 48+74+192=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 192 (75.39% from 255 or 61.15% from 314); Max value from RGB is 192 - color contains mainly: blue. Hex color #304AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304AC0 is #CFB53F. Grayscale: #4F4F4F. Windows color (decimal): -13612352 or 12601904. OLE color: 12601904.

HSL color Cylindrical-coordinate representation of color #304AC0: hue angle of 229.17º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #304AC0 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 74 192 -
CMYK 0.75 0.61 0 0.25
HSL 229.17º 0.6% 0.47% -
HSV(B) 229.17º 0.75% 0.75% -
XYZ 13.18 9.33 50.98 -
YUV 79.68 191.39 105.41 -
System Red Green Blue C M Y K H S L
Decimal 48 74 192 0.75 0.61 0 0.25 229.17 0.6 0.47
Hex 30 4A C0 4B 3D 0 19 E5 3C 2F
Octal 60 112 300 113 75 0 31 345 74 57
Binary 110000 1001010 11000000 1001011 111101 0 11001 11100101 111100 101111

Color Harmonies of #304AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304AC0

Black with #304AC0

Text Example


Text Example

White with #304AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,74,192); }

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

background-color css

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

 a { background-color: rgb(48,74,192); }

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

border-color css

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

 span { border-color: rgb(48,74,192); }

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