Html Css Color HEX #3569CB Royal Blue

📋 copy color: '#3569CB'

red 53 ◦ green 105 ◦ blue 203

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

Shades of Royal Blue #3569CB

Tints of Royal Blue #3569CB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.09%

 BLUE value IS 203 (79.69% from 255) = 56.23%

R = 14.68%
G = 29.09%
B = 56.23%

CMYK

 C value IS 0.74

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3569CB (or 0x3569CB) is known color: Royal Blue. HEX triplet: 35, 69 and CB. RGB value is (53,105,203). Sum of RGB (Red+Green+Blue) = 53+105+203=361 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.68% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #3569CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3569CB is #CA9634. Grayscale: #646464. Windows color (decimal): -13276725 or 13330741. OLE color: 13330741.

HSL color Cylindrical-coordinate representation of color #3569CB: hue angle of 219.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3569CB is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 105 203 -
CMYK 0.74 0.48 0 0.20
HSL 219.2º 0.59% 0.5% -
HSV(B) 219.2º 0.74% 0.8% -
XYZ 17.3 15.17 58.52 -
YUV 100.62 185.77 94.03 -
System Red Green Blue C M Y K H S L
Decimal 53 105 203 0.74 0.48 0 0.20 219.2 0.59 0.5
Hex 35 69 CB 4A 30 0 14 DB 3B 32
Octal 65 151 313 112 60 0 24 333 73 62
Binary 110101 1101001 11001011 1001010 110000 0 10100 11011011 111011 110010

Color Harmonies of #3569CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3569CB

Black with #3569CB

Text Example


Text Example

White with #3569CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3569CB; }

 p { color: rgb(53,105,203); }

 H1.HeaderClassName
 {
   color: #3569CB;
 }
 .AnyTagClassName
 {
   color: #3569CB;
 }
</style>

background-color css

<style>
 a { background-color: #3569CB; }

 a { background-color: rgb(53,105,203); }

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

border-color css

<style>
 span { border-color: #3569CB; }

 span { border-color: rgb(53,105,203); }

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