Html Css Color HEX #356EC3 Curious Blue

📋 copy color: '#356EC3'

red 53 ◦ green 110 ◦ blue 195

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

Shades of Curious Blue #356EC3

Tints of Curious Blue #356EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 54.47%

R = 14.8%
G = 30.73%
B = 54.47%

CMYK

 C value IS 0.73

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#356EC3 (or 0x356EC3) is known color: Curious Blue. HEX triplet: 35, 6E and C3. RGB value is (53,110,195). Sum of RGB (Red+Green+Blue) = 53+110+195=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 195 (76.56% from 255 or 54.47% from 358); Max value from RGB is 195 - color contains mainly: blue. Hex color #356EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356EC3 is #CA913C. Grayscale: #666666. Windows color (decimal): -13275453 or 12807733. OLE color: 12807733.

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

Color convert

RGB 53 110 195 -
CMYK 0.73 0.44 0 0.24
HSL 215.92º 0.57% 0.49% -
HSV(B) 215.92º 0.73% 0.76% -
XYZ 16.89 15.85 53.8 -
YUV 102.65 180.12 92.59 -
System Red Green Blue C M Y K H S L
Decimal 53 110 195 0.73 0.44 0 0.24 215.92 0.57 0.49
Hex 35 6E C3 49 2C 0 18 D8 39 31
Octal 65 156 303 111 54 0 30 330 71 61
Binary 110101 1101110 11000011 1001001 101100 0 11000 11011000 111001 110001

Color Harmonies of #356EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356EC3

Black with #356EC3

Text Example


Text Example

White with #356EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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