Html Css Color HEX #358DC1 Curious Blue

📋 copy color: '#358DC1'

red 53 ◦ green 141 ◦ blue 193

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

Shades of Curious Blue #358DC1

Tints of Curious Blue #358DC1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.43%

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

R = 13.7%
G = 36.43%
B = 49.87%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#358DC1 (or 0x358DC1) is known color: Curious Blue. HEX triplet: 35, 8D and C1. RGB value is (53,141,193). Sum of RGB (Red+Green+Blue) = 53+141+193=387 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.70% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #358DC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358DC1 is #CA723E. Grayscale: #787878. Windows color (decimal): -13267519 or 12684597. OLE color: 12684597.

HSL color Cylindrical-coordinate representation of color #358DC1: hue angle of 202.29º 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 #358DC1 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 53 141 193 -
CMYK 0.73 0.27 0 0.24
HSL 202.29º 0.57% 0.48% -
HSV(B) 202.29º 0.73% 0.76% -
XYZ 20.62 23.66 53.93 -
YUV 120.62 168.85 79.77 -
System Red Green Blue C M Y K H S L
Decimal 53 141 193 0.73 0.27 0 0.24 202.29 0.57 0.48
Hex 35 8D C1 49 1B 0 18 CA 39 30
Octal 65 215 301 111 33 0 30 312 71 60
Binary 110101 10001101 11000001 1001001 11011 0 11000 11001010 111001 110000

Color Harmonies of #358DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358DC1

Black with #358DC1

Text Example


Text Example

White with #358DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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