Html Css Color HEX #358DD7 Curious Blue

📋 copy color: '#358DD7'

red 53 ◦ green 141 ◦ blue 215

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

Shades of Curious Blue #358DD7

Tints of Curious Blue #358DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 52.57%

R = 12.96%
G = 34.47%
B = 52.57%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#358DD7 (or 0x358DD7) is known color: Curious Blue. HEX triplet: 35, 8D and D7. RGB value is (53,141,215). Sum of RGB (Red+Green+Blue) = 53+141+215=409 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.96% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 215 (84.38% from 255 or 52.57% from 409); Max value from RGB is 215 - color contains mainly: blue. Hex color #358DD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358DD7 is #CA7228. Grayscale: #7A7A7A. Windows color (decimal): -13267497 or 14126389. OLE color: 14126389.

HSL color Cylindrical-coordinate representation of color #358DD7: hue angle of 207.41º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #358DD7 is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 53 141 215 -
CMYK 0.75 0.34 0 0.16
HSL 207.41º 0.67% 0.53% -
HSV(B) 207.41º 0.75% 0.84% -
XYZ 23.26 24.71 67.83 -
YUV 123.12 179.85 77.98 -
System Red Green Blue C M Y K H S L
Decimal 53 141 215 0.75 0.34 0 0.16 207.41 0.67 0.53
Hex 35 8D D7 4B 22 0 10 CF 43 35
Octal 65 215 327 113 42 0 20 317 103 65
Binary 110101 10001101 11010111 1001011 100010 0 10000 11001111 1000011 110101

Color Harmonies of #358DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358DD7

Black with #358DD7

Text Example


Text Example

White with #358DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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