Html Css Color HEX #358CC9 Curious Blue

📋 copy color: '#358CC9'

red 53 ◦ green 140 ◦ blue 201

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

Shades of Curious Blue #358CC9

Tints of Curious Blue #358CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.02%

R = 13.45%
G = 35.53%
B = 51.02%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#358CC9 (or 0x358CC9) is known color: Curious Blue. HEX triplet: 35, 8C and C9. RGB value is (53,140,201). Sum of RGB (Red+Green+Blue) = 53+140+201=394 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.45% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 201 (78.91% from 255 or 51.02% from 394); Max value from RGB is 201 - color contains mainly: blue. Hex color #358CC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358CC9 is #CA7336. Grayscale: #787878. Windows color (decimal): -13267767 or 13208629. OLE color: 13208629.

HSL color Cylindrical-coordinate representation of color #358CC9: hue angle of 204.73º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #358CC9 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 53 140 201 -
CMYK 0.74 0.30 0 0.21
HSL 204.73º 0.58% 0.5% -
HSV(B) 204.73º 0.74% 0.79% -
XYZ 21.39 23.73 58.71 -
YUV 120.94 173.18 79.54 -
System Red Green Blue C M Y K H S L
Decimal 53 140 201 0.74 0.30 0 0.21 204.73 0.58 0.5
Hex 35 8C C9 4A 1E 0 15 CD 3A 32
Octal 65 214 311 112 36 0 25 315 72 62
Binary 110101 10001100 11001001 1001010 11110 0 10101 11001101 111010 110010

Color Harmonies of #358CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358CC9

Black with #358CC9

Text Example


Text Example

White with #358CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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