Html Css Color HEX #3C75CD Royal Blue

📋 copy color: '#3C75CD'

red 60 ◦ green 117 ◦ blue 205

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

Shades of Royal Blue #3C75CD

Tints of Royal Blue #3C75CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.66%

R = 15.71%
G = 30.63%
B = 53.66%

CMYK

 C value IS 0.71

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3C75CD (or 0x3C75CD) is known color: Royal Blue. HEX triplet: 3C, 75 and CD. RGB value is (60,117,205). Sum of RGB (Red+Green+Blue) = 60+117+205=382 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.71% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C75CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C75CD is #C38A32. Grayscale: #6D6D6D. Windows color (decimal): -12814899 or 13464892. OLE color: 13464892.

HSL color Cylindrical-coordinate representation of color #3C75CD: hue angle of 216.41º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C75CD is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 60 117 205 -
CMYK 0.71 0.43 0 0.20
HSL 216.41º 0.59% 0.52% -
HSV(B) 216.41º 0.71% 0.8% -
XYZ 19.24 18.09 60.24 -
YUV 109.99 181.62 92.34 -
System Red Green Blue C M Y K H S L
Decimal 60 117 205 0.71 0.43 0 0.20 216.41 0.59 0.52
Hex 3C 75 CD 47 2B 0 14 D8 3B 34
Octal 74 165 315 107 53 0 24 330 73 64
Binary 111100 1110101 11001101 1000111 101011 0 10100 11011000 111011 110100

Color Harmonies of #3C75CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C75CD

Black with #3C75CD

Text Example


Text Example

White with #3C75CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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