Html Css Color HEX #358EDB Curious Blue

📋 copy color: '#358EDB'

red 53 ◦ green 142 ◦ blue 219

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

Shades of Curious Blue #358EDB

Tints of Curious Blue #358EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.3%

 BLUE value IS 219 (85.94% from 255) = 52.9%

R = 12.8%
G = 34.3%
B = 52.9%

CMYK

 C value IS 0.76

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#358EDB (or 0x358EDB) is known color: Curious Blue. HEX triplet: 35, 8E and DB. RGB value is (53,142,219). Sum of RGB (Red+Green+Blue) = 53+142+219=414 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.80% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #358EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358EDB is #CA7124. Grayscale: #7B7B7B. Windows color (decimal): -13267237 or 14388789. OLE color: 14388789.

HSL color Cylindrical-coordinate representation of color #358EDB: hue angle of 207.83º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #358EDB is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 142 219 -
CMYK 0.76 0.35 0 0.14
HSL 207.83º 0.7% 0.53% -
HSV(B) 207.83º 0.76% 0.86% -
XYZ 23.93 25.22 70.62 -
YUV 124.17 181.51 77.24 -
System Red Green Blue C M Y K H S L
Decimal 53 142 219 0.76 0.35 0 0.14 207.83 0.7 0.53
Hex 35 8E DB 4C 23 0 E D0 46 35
Octal 65 216 333 114 43 0 16 320 106 65
Binary 110101 10001110 11011011 1001100 100011 0 1110 11010000 1000110 110101

Color Harmonies of #358EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358EDB

Black with #358EDB

Text Example


Text Example

White with #358EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,142,219); }

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

background-color css

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

 a { background-color: rgb(53,142,219); }

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

border-color css

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

 span { border-color: rgb(53,142,219); }

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