Html Css Color HEX #356CCB Royal Blue

📋 copy color: '#356CCB'

red 53 ◦ green 108 ◦ blue 203

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

Shades of Royal Blue #356CCB

Tints of Royal Blue #356CCB

RGB

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

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

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

R = 14.56%
G = 29.67%
B = 55.77%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#356CCB (or 0x356CCB) is known color: Royal Blue. HEX triplet: 35, 6C and CB. RGB value is (53,108,203). Sum of RGB (Red+Green+Blue) = 53+108+203=364 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.56% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #356CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356CCB is #CA9334. Grayscale: #656565. Windows color (decimal): -13275957 or 13331509. OLE color: 13331509.

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

Color convert

RGB 53 108 203 -
CMYK 0.74 0.47 0 0.20
HSL 218º 0.59% 0.5% -
HSV(B) 218º 0.74% 0.8% -
XYZ 17.61 15.79 58.62 -
YUV 102.39 184.78 92.78 -
System Red Green Blue C M Y K H S L
Decimal 53 108 203 0.74 0.47 0 0.20 218 0.59 0.5
Hex 35 6C CB 4A 2F 0 14 DA 3B 32
Octal 65 154 313 112 57 0 24 332 73 62
Binary 110101 1101100 11001011 1001010 101111 0 10100 11011010 111011 110010

Color Harmonies of #356CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356CCB

Black with #356CCB

Text Example


Text Example

White with #356CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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