Html Css Color HEX #3575CD Royal Blue

📋 copy color: '#3575CD'

red 53 ◦ green 117 ◦ blue 205

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

Shades of Royal Blue #3575CD

Tints of Royal Blue #3575CD

RGB

 RED value IS 53 (21.09% from 255) = 14.13%

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

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

R = 14.13%
G = 31.2%
B = 54.67%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3575CD (or 0x3575CD) is known color: Royal Blue. HEX triplet: 35, 75 and CD. RGB value is (53,117,205). Sum of RGB (Red+Green+Blue) = 53+117+205=375 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.13% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #3575CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3575CD is #CA8A32. Grayscale: #6B6B6B. Windows color (decimal): -13273651 or 13464885. OLE color: 13464885.

HSL color Cylindrical-coordinate representation of color #3575CD: hue angle of 214.74º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3575CD is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 117 205 -
CMYK 0.74 0.43 0 0.20
HSL 214.74º 0.6% 0.51% -
HSV(B) 214.74º 0.74% 0.8% -
XYZ 18.85 17.89 60.22 -
YUV 107.9 182.8 88.84 -
System Red Green Blue C M Y K H S L
Decimal 53 117 205 0.74 0.43 0 0.20 214.74 0.6 0.51
Hex 35 75 CD 4A 2B 0 14 D7 3C 33
Octal 65 165 315 112 53 0 24 327 74 63
Binary 110101 1110101 11001101 1001010 101011 0 10100 11010111 111100 110011

Color Harmonies of #3575CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3575CD

Black with #3575CD

Text Example


Text Example

White with #3575CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3575CD; }

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

 H1.HeaderClassName
 {
   color: #3575CD;
 }
 .AnyTagClassName
 {
   color: #3575CD;
 }
</style>

background-color css

<style>
 a { background-color: #3575CD; }

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

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

border-color css

<style>
 span { border-color: #3575CD; }

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

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