Html Css Color HEX #304DCE Cerulean Blue

📋 copy color: '#304DCE'

red 48 ◦ green 77 ◦ blue 206

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

Shades of Cerulean Blue #304DCE

Tints of Cerulean Blue #304DCE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.26%

 BLUE value IS 206 (80.86% from 255) = 62.24%

R = 14.5%
G = 23.26%
B = 62.24%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#304DCE (or 0x304DCE) is known color: Cerulean Blue. HEX triplet: 30, 4D and CE. RGB value is (48,77,206). Sum of RGB (Red+Green+Blue) = 48+77+206=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #304DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304DCE is #CFB231. Grayscale: #525252. Windows color (decimal): -13611570 or 13520176. OLE color: 13520176.

HSL color Cylindrical-coordinate representation of color #304DCE: hue angle of 228.99º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #304DCE is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 77 206 -
CMYK 0.77 0.63 0 0.19
HSL 228.99º 0.62% 0.5% -
HSV(B) 228.99º 0.77% 0.81% -
XYZ 15.01 10.39 59.61 -
YUV 83.04 197.39 103.01 -
System Red Green Blue C M Y K H S L
Decimal 48 77 206 0.77 0.63 0 0.19 228.99 0.62 0.5
Hex 30 4D CE 4D 3F 0 13 E5 3E 32
Octal 60 115 316 115 77 0 23 345 76 62
Binary 110000 1001101 11001110 1001101 111111 0 10011 11100101 111110 110010

Color Harmonies of #304DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304DCE

Black with #304DCE

Text Example


Text Example

White with #304DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,77,206); }

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

background-color css

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

 a { background-color: rgb(48,77,206); }

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

border-color css

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

 span { border-color: rgb(48,77,206); }

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