Html Css Color HEX #356CCC Royal Blue

📋 copy color: '#356CCC'

red 53 ◦ green 108 ◦ blue 204

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

Shades of Royal Blue #356CCC

Tints of Royal Blue #356CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 55.89%

R = 14.52%
G = 29.59%
B = 55.89%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#356CCC (or 0x356CCC) is known color: Royal Blue. HEX triplet: 35, 6C and CC. RGB value is (53,108,204). Sum of RGB (Red+Green+Blue) = 53+108+204=365 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.52% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #356CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356CCC is #CA9333. Grayscale: #666666. Windows color (decimal): -13275956 or 13397045. OLE color: 13397045.

HSL color Cylindrical-coordinate representation of color #356CCC: hue angle of 218.15º degrees, saturation: 0.6, 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 #356CCC is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 53 108 204 -
CMYK 0.74 0.47 0 0.2
HSL 218.15º 0.6% 0.5% -
HSV(B) 218.15º 0.74% 0.8% -
XYZ 17.73 15.84 59.25 -
YUV 102.5 185.28 92.69 -
System Red Green Blue C M Y K H S L
Decimal 53 108 204 0.74 0.47 0 0.2 218.15 0.6 0.5
Hex 35 6C CC 4A 2F 0 14 DA 3C 32
Octal 65 154 314 112 57 0 24 332 74 62
Binary 110101 1101100 11001100 1001010 101111 0 10100 11011010 111100 110010

Color Harmonies of #356CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356CCC

Black with #356CCC

Text Example


Text Example

White with #356CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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