Html Css Color HEX #304AD2 Cerulean Blue

📋 copy color: '#304AD2'

red 48 ◦ green 74 ◦ blue 210

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

Shades of Cerulean Blue #304AD2

Tints of Cerulean Blue #304AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 63.25%

R = 14.46%
G = 22.29%
B = 63.25%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#304AD2 (or 0x304AD2) is known color: Cerulean Blue. HEX triplet: 30, 4A and D2. RGB value is (48,74,210). Sum of RGB (Red+Green+Blue) = 48+74+210=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 210 (82.42% from 255 or 63.25% from 332); Max value from RGB is 210 - color contains mainly: blue. Hex color #304AD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304AD2 is #CFB52D. Grayscale: #515151. Windows color (decimal): -13612334 or 13781552. OLE color: 13781552.

HSL color Cylindrical-coordinate representation of color #304AD2: hue angle of 230.37º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #304AD2 is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 74 210 -
CMYK 0.77 0.65 0 0.18
HSL 230.37º 0.64% 0.51% -
HSV(B) 230.37º 0.77% 0.82% -
XYZ 15.3 10.18 62.13 -
YUV 81.73 200.39 103.94 -
System Red Green Blue C M Y K H S L
Decimal 48 74 210 0.77 0.65 0 0.18 230.37 0.64 0.51
Hex 30 4A D2 4D 41 0 12 E6 40 33
Octal 60 112 322 115 101 0 22 346 100 63
Binary 110000 1001010 11010010 1001101 1000001 0 10010 11100110 1000000 110011

Color Harmonies of #304AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304AD2

Black with #304AD2

Text Example


Text Example

White with #304AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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