Html Css Color HEX #304ACC Cerulean Blue

📋 copy color: '#304ACC'

red 48 ◦ green 74 ◦ blue 204

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

Shades of Cerulean Blue #304ACC

Tints of Cerulean Blue #304ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 62.58%

R = 14.72%
G = 22.7%
B = 62.58%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#304ACC (or 0x304ACC) is known color: Cerulean Blue. HEX triplet: 30, 4A and CC. RGB value is (48,74,204). Sum of RGB (Red+Green+Blue) = 48+74+204=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #304ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304ACC is #CFB533. Grayscale: #505050. Windows color (decimal): -13612340 or 13388336. OLE color: 13388336.

HSL color Cylindrical-coordinate representation of color #304ACC: hue angle of 230º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #304ACC is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 48 74 204 -
CMYK 0.76 0.64 0 0.2
HSL 230º 0.62% 0.49% -
HSV(B) 230º 0.76% 0.8% -
XYZ 14.57 9.89 58.27 -
YUV 81.05 197.39 104.43 -
System Red Green Blue C M Y K H S L
Decimal 48 74 204 0.76 0.64 0 0.2 230 0.62 0.49
Hex 30 4A CC 4C 40 0 14 E6 3E 31
Octal 60 112 314 114 100 0 24 346 76 61
Binary 110000 1001010 11001100 1001100 1000000 0 10100 11100110 111110 110001

Color Harmonies of #304ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304ACC

Black with #304ACC

Text Example


Text Example

White with #304ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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