Html Css Color HEX #356EC1 Curious Blue

📋 copy color: '#356EC1'

red 53 ◦ green 110 ◦ blue 193

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

Shades of Curious Blue #356EC1

Tints of Curious Blue #356EC1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.9%

 BLUE value IS 193 (75.78% from 255) = 54.21%

R = 14.89%
G = 30.9%
B = 54.21%

CMYK

 C value IS 0.73

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#356EC1 (or 0x356EC1) is known color: Curious Blue. HEX triplet: 35, 6E and C1. RGB value is (53,110,193). Sum of RGB (Red+Green+Blue) = 53+110+193=356 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.89% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 193 (75.78% from 255 or 54.21% from 356); Max value from RGB is 193 - color contains mainly: blue. Hex color #356EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356EC1 is #CA913E. Grayscale: #666666. Windows color (decimal): -13275455 or 12676661. OLE color: 12676661.

HSL color Cylindrical-coordinate representation of color #356EC1: hue angle of 215.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #356EC1 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 110 193 -
CMYK 0.73 0.43 0 0.24
HSL 215.57º 0.57% 0.48% -
HSV(B) 215.57º 0.73% 0.76% -
XYZ 16.67 15.76 52.62 -
YUV 102.42 179.12 92.75 -
System Red Green Blue C M Y K H S L
Decimal 53 110 193 0.73 0.43 0 0.24 215.57 0.57 0.48
Hex 35 6E C1 49 2B 0 18 D8 39 30
Octal 65 156 301 111 53 0 30 330 71 60
Binary 110101 1101110 11000001 1001001 101011 0 11000 11011000 111001 110000

Color Harmonies of #356EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356EC1

Black with #356EC1

Text Example


Text Example

White with #356EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,110,193); }

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

background-color css

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

 a { background-color: rgb(53,110,193); }

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

border-color css

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

 span { border-color: rgb(53,110,193); }

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