Html Css Color HEX #304EC0 Cerulean Blue

📋 copy color: '#304EC0'

red 48 ◦ green 78 ◦ blue 192

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

Shades of Cerulean Blue #304EC0

Tints of Cerulean Blue #304EC0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.53%

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

R = 15.09%
G = 24.53%
B = 60.38%

CMYK

 C value IS 0.75

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#304EC0 (or 0x304EC0) is known color: Cerulean Blue. HEX triplet: 30, 4E and C0. RGB value is (48,78,192). Sum of RGB (Red+Green+Blue) = 48+78+192=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 192 (75.39% from 255 or 60.38% from 318); Max value from RGB is 192 - color contains mainly: blue. Hex color #304EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304EC0 is #CFB13F. Grayscale: #515151. Windows color (decimal): -13611328 or 12602928. OLE color: 12602928.

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

Color convert

RGB 48 78 192 -
CMYK 0.75 0.59 0 0.25
HSL 227.5º 0.6% 0.47% -
HSV(B) 227.5º 0.75% 0.75% -
XYZ 13.46 9.88 51.07 -
YUV 82.03 190.06 103.73 -
System Red Green Blue C M Y K H S L
Decimal 48 78 192 0.75 0.59 0 0.25 227.5 0.6 0.47
Hex 30 4E C0 4B 3B 0 19 E4 3C 2F
Octal 60 116 300 113 73 0 31 344 74 57
Binary 110000 1001110 11000000 1001011 111011 0 11001 11100100 111100 101111

Color Harmonies of #304EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304EC0

Black with #304EC0

Text Example


Text Example

White with #304EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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