Html Css Color HEX #3E75DC Royal Blue

📋 copy color: '#3E75DC'

red 62 ◦ green 117 ◦ blue 220

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

Shades of Royal Blue #3E75DC

Tints of Royal Blue #3E75DC

RGB

 RED value IS 62 (24.61% from 255) = 15.54%

 GREEN value IS 117 (46.09% from 255) = 29.32%

 BLUE value IS 220 (86.33% from 255) = 55.14%

R = 15.54%
G = 29.32%
B = 55.14%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3E75DC (or 0x3E75DC) is known color: Royal Blue. HEX triplet: 3E, 75 and DC. RGB value is (62,117,220). Sum of RGB (Red+Green+Blue) = 62+117+220=399 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.54% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #3E75DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E75DC is #C18A23. Grayscale: #6F6F6F. Windows color (decimal): -12683812 or 14447934. OLE color: 14447934.

HSL color Cylindrical-coordinate representation of color #3E75DC: hue angle of 219.11º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E75DC is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 62 117 220 -
CMYK 0.72 0.47 0 0.14
HSL 219.11º 0.69% 0.55% -
HSV(B) 219.11º 0.72% 0.86% -
XYZ 21.27 18.91 70.24 -
YUV 112.3 188.78 92.12 -
System Red Green Blue C M Y K H S L
Decimal 62 117 220 0.72 0.47 0 0.14 219.11 0.69 0.55
Hex 3E 75 DC 48 2F 0 E DB 45 37
Octal 76 165 334 110 57 0 16 333 105 67
Binary 111110 1110101 11011100 1001000 101111 0 1110 11011011 1000101 110111

Color Harmonies of #3E75DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E75DC

Black with #3E75DC

Text Example


Text Example

White with #3E75DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E75DC; }

 p { color: rgb(62,117,220); }

 H1.HeaderClassName
 {
   color: #3E75DC;
 }
 .AnyTagClassName
 {
   color: #3E75DC;
 }
</style>

background-color css

<style>
 a { background-color: #3E75DC; }

 a { background-color: rgb(62,117,220); }

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

border-color css

<style>
 span { border-color: #3E75DC; }

 span { border-color: rgb(62,117,220); }

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