Html Css Color HEX #358DCA Curious Blue

📋 copy color: '#358DCA'

red 53 ◦ green 141 ◦ blue 202

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

Shades of Curious Blue #358DCA

Tints of Curious Blue #358DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.01%

R = 13.38%
G = 35.61%
B = 51.01%

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

#358DCA (or 0x358DCA) is known color: Curious Blue. HEX triplet: 35, 8D and CA. RGB value is (53,141,202). Sum of RGB (Red+Green+Blue) = 53+141+202=396 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.38% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #358DCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358DCA is #CA7235. Grayscale: #797979. Windows color (decimal): -13267510 or 13274421. OLE color: 13274421.

HSL color Cylindrical-coordinate representation of color #358DCA: hue angle of 204.56º 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 #358DCA is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 53 141 202 -
CMYK 0.74 0.30 0 0.21
HSL 204.56º 0.58% 0.5% -
HSV(B) 204.56º 0.74% 0.79% -
XYZ 21.65 24.07 59.38 -
YUV 121.64 173.35 79.04 -
System Red Green Blue C M Y K H S L
Decimal 53 141 202 0.74 0.30 0 0.21 204.56 0.58 0.5
Hex 35 8D CA 4A 1E 0 15 CD 3A 32
Octal 65 215 312 112 36 0 25 315 72 62
Binary 110101 10001101 11001010 1001010 11110 0 10101 11001101 111010 110010

Color Harmonies of #358DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358DCA

Black with #358DCA

Text Example


Text Example

White with #358DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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