Html Css Color HEX #304FD3 Cerulean Blue

📋 copy color: '#304FD3'

red 48 ◦ green 79 ◦ blue 211

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

Shades of Cerulean Blue #304FD3

Tints of Cerulean Blue #304FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 62.43%

R = 14.2%
G = 23.37%
B = 62.43%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#304FD3 (or 0x304FD3) is known color: Cerulean Blue. HEX triplet: 30, 4F and D3. RGB value is (48,79,211). Sum of RGB (Red+Green+Blue) = 48+79+211=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 211 (82.81% from 255 or 62.43% from 338); Max value from RGB is 211 - color contains mainly: blue. Hex color #304FD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304FD3 is #CFB02C. Grayscale: #545454. Windows color (decimal): -13611053 or 13848368. OLE color: 13848368.

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

Color convert

RGB 48 79 211 -
CMYK 0.77 0.63 0 0.17
HSL 228.59º 0.65% 0.51% -
HSV(B) 228.59º 0.77% 0.83% -
XYZ 15.77 10.92 62.91 -
YUV 84.78 199.23 101.77 -
System Red Green Blue C M Y K H S L
Decimal 48 79 211 0.77 0.63 0 0.17 228.59 0.65 0.51
Hex 30 4F D3 4D 3F 0 11 E5 41 33
Octal 60 117 323 115 77 0 21 345 101 63
Binary 110000 1001111 11010011 1001101 111111 0 10001 11100101 1000001 110011

Color Harmonies of #304FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304FD3

Black with #304FD3

Text Example


Text Example

White with #304FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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