Html Css Color HEX #358DCD Curious Blue

📋 copy color: '#358DCD'

red 53 ◦ green 141 ◦ blue 205

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

Shades of Curious Blue #358DCD

Tints of Curious Blue #358DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.38%

R = 13.28%
G = 35.34%
B = 51.38%

CMYK

 C value IS 0.74

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#358DCD (or 0x358DCD) is known color: Curious Blue. HEX triplet: 35, 8D and CD. RGB value is (53,141,205). Sum of RGB (Red+Green+Blue) = 53+141+205=399 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.28% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #358DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358DCD is #CA7232. Grayscale: #797979. Windows color (decimal): -13267507 or 13471029. OLE color: 13471029.

HSL color Cylindrical-coordinate representation of color #358DCD: hue angle of 205.26º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #358DCD is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 53 141 205 -
CMYK 0.74 0.31 0 0.20
HSL 205.26º 0.6% 0.51% -
HSV(B) 205.26º 0.74% 0.8% -
XYZ 22.01 24.21 61.27 -
YUV 121.98 174.85 78.8 -
System Red Green Blue C M Y K H S L
Decimal 53 141 205 0.74 0.31 0 0.20 205.26 0.6 0.51
Hex 35 8D CD 4A 1F 0 14 CD 3C 33
Octal 65 215 315 112 37 0 24 315 74 63
Binary 110101 10001101 11001101 1001010 11111 0 10100 11001101 111100 110011

Color Harmonies of #358DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358DCD

Black with #358DCD

Text Example


Text Example

White with #358DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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