Html Css Color HEX #3C75D2 Royal Blue

📋 copy color: '#3C75D2'

red 60 ◦ green 117 ◦ blue 210

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

Shades of Royal Blue #3C75D2

Tints of Royal Blue #3C75D2

RGB

 RED value IS 60 (23.83% from 255) = 15.5%

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

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

R = 15.5%
G = 30.23%
B = 54.26%

CMYK

 C value IS 0.71

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3C75D2 (or 0x3C75D2) is known color: Royal Blue. HEX triplet: 3C, 75 and D2. RGB value is (60,117,210). Sum of RGB (Red+Green+Blue) = 60+117+210=387 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.50% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 210 (82.42% from 255 or 54.26% from 387); Max value from RGB is 210 - color contains mainly: blue. Hex color #3C75D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C75D2 is #C38A2D. Grayscale: #6E6E6E. Windows color (decimal): -12814894 or 13792572. OLE color: 13792572.

HSL color Cylindrical-coordinate representation of color #3C75D2: hue angle of 217.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C75D2 is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 60 117 210 -
CMYK 0.71 0.44 0 0.18
HSL 217.2º 0.63% 0.53% -
HSV(B) 217.2º 0.71% 0.82% -
XYZ 19.86 18.34 63.47 -
YUV 110.56 184.12 91.94 -
System Red Green Blue C M Y K H S L
Decimal 60 117 210 0.71 0.44 0 0.18 217.2 0.63 0.53
Hex 3C 75 D2 47 2C 0 12 D9 3E 35
Octal 74 165 322 107 54 0 22 331 76 65
Binary 111100 1110101 11010010 1000111 101100 0 10010 11011001 111110 110101

Color Harmonies of #3C75D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C75D2

Black with #3C75D2

Text Example


Text Example

White with #3C75D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,117,210); }

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

background-color css

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

 a { background-color: rgb(60,117,210); }

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

border-color css

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

 span { border-color: rgb(60,117,210); }

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