Html Css Color HEX #356CCA Royal Blue

📋 copy color: '#356CCA'

red 53 ◦ green 108 ◦ blue 202

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

Shades of Royal Blue #356CCA

Tints of Royal Blue #356CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.75%

 BLUE value IS 202 (79.3% from 255) = 55.65%

R = 14.6%
G = 29.75%
B = 55.65%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#356CCA (or 0x356CCA) is known color: Royal Blue. HEX triplet: 35, 6C and CA. RGB value is (53,108,202). Sum of RGB (Red+Green+Blue) = 53+108+202=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 202 (79.30% from 255 or 55.65% from 363); Max value from RGB is 202 - color contains mainly: blue. Hex color #356CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356CCA is #CA9335. Grayscale: #656565. Windows color (decimal): -13275958 or 13265973. OLE color: 13265973.

HSL color Cylindrical-coordinate representation of color #356CCA: hue angle of 217.85º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #356CCA is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 53 108 202 -
CMYK 0.74 0.47 0 0.21
HSL 217.85º 0.58% 0.5% -
HSV(B) 217.85º 0.74% 0.79% -
XYZ 17.49 15.75 57.99 -
YUV 102.27 184.28 92.86 -
System Red Green Blue C M Y K H S L
Decimal 53 108 202 0.74 0.47 0 0.21 217.85 0.58 0.5
Hex 35 6C CA 4A 2F 0 15 DA 3A 32
Octal 65 154 312 112 57 0 25 332 72 62
Binary 110101 1101100 11001010 1001010 101111 0 10101 11011010 111010 110010

Color Harmonies of #356CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356CCA

Black with #356CCA

Text Example


Text Example

White with #356CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356CCA; }

 p { color: rgb(53,108,202); }

 H1.HeaderClassName
 {
   color: #356CCA;
 }
 .AnyTagClassName
 {
   color: #356CCA;
 }
</style>

background-color css

<style>
 a { background-color: #356CCA; }

 a { background-color: rgb(53,108,202); }

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

border-color css

<style>
 span { border-color: #356CCA; }

 span { border-color: rgb(53,108,202); }

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