Html Css Color HEX #3567CD Royal Blue

📋 copy color: '#3567CD'

red 53 ◦ green 103 ◦ blue 205

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

Shades of Royal Blue #3567CD

Tints of Royal Blue #3567CD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.53%

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

R = 14.68%
G = 28.53%
B = 56.79%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3567CD (or 0x3567CD) is known color: Royal Blue. HEX triplet: 35, 67 and CD. RGB value is (53,103,205). Sum of RGB (Red+Green+Blue) = 53+103+205=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #3567CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3567CD is #CA9832. Grayscale: #636363. Windows color (decimal): -13277235 or 13461301. OLE color: 13461301.

HSL color Cylindrical-coordinate representation of color #3567CD: hue angle of 220.26º 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 #3567CD is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 103 205 -
CMYK 0.74 0.50 0 0.20
HSL 220.26º 0.6% 0.51% -
HSV(B) 220.26º 0.74% 0.8% -
XYZ 17.34 14.87 59.71 -
YUV 99.68 187.44 94.71 -
System Red Green Blue C M Y K H S L
Decimal 53 103 205 0.74 0.50 0 0.20 220.26 0.6 0.51
Hex 35 67 CD 4A 32 0 14 DC 3C 33
Octal 65 147 315 112 62 0 24 334 74 63
Binary 110101 1100111 11001101 1001010 110010 0 10100 11011100 111100 110011

Color Harmonies of #3567CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3567CD

Black with #3567CD

Text Example


Text Example

White with #3567CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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