Html Css Color HEX #358CCE Curious Blue

📋 copy color: '#358CCE'

red 53 ◦ green 140 ◦ blue 206

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

Shades of Curious Blue #358CCE

Tints of Curious Blue #358CCE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.09%

 BLUE value IS 206 (80.86% from 255) = 51.63%

R = 13.28%
G = 35.09%
B = 51.63%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#358CCE (or 0x358CCE) is known color: Curious Blue. HEX triplet: 35, 8C and CE. RGB value is (53,140,206). Sum of RGB (Red+Green+Blue) = 53+140+206=399 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.28% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #358CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358CCE is #CA7331. Grayscale: #797979. Windows color (decimal): -13267762 or 13536309. OLE color: 13536309.

HSL color Cylindrical-coordinate representation of color #358CCE: hue angle of 205.88º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #358CCE is Cyan = 0.74, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 140 206 -
CMYK 0.74 0.32 0 0.19
HSL 205.88º 0.61% 0.51% -
HSV(B) 205.88º 0.74% 0.81% -
XYZ 21.99 23.97 61.86 -
YUV 121.51 175.68 79.13 -
System Red Green Blue C M Y K H S L
Decimal 53 140 206 0.74 0.32 0 0.19 205.88 0.61 0.51
Hex 35 8C CE 4A 20 0 13 CE 3D 33
Octal 65 214 316 112 40 0 23 316 75 63
Binary 110101 10001100 11001110 1001010 100000 0 10011 11001110 111101 110011

Color Harmonies of #358CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358CCE

Black with #358CCE

Text Example


Text Example

White with #358CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358CCE; }

 p { color: rgb(53,140,206); }

 H1.HeaderClassName
 {
   color: #358CCE;
 }
 .AnyTagClassName
 {
   color: #358CCE;
 }
</style>

background-color css

<style>
 a { background-color: #358CCE; }

 a { background-color: rgb(53,140,206); }

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

border-color css

<style>
 span { border-color: #358CCE; }

 span { border-color: rgb(53,140,206); }

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