Html Css Color HEX #358DDB Curious Blue

📋 copy color: '#358DDB'

red 53 ◦ green 141 ◦ blue 219

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

Shades of Curious Blue #358DDB

Tints of Curious Blue #358DDB

RGB

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

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

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

R = 12.83%
G = 34.14%
B = 53.03%

CMYK

 C value IS 0.76

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#358DDB (or 0x358DDB) is known color: Curious Blue. HEX triplet: 35, 8D and DB. RGB value is (53,141,219). Sum of RGB (Red+Green+Blue) = 53+141+219=413 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.83% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #358DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358DDB is #CA7224. Grayscale: #7B7B7B. Windows color (decimal): -13267493 or 14388533. OLE color: 14388533.

HSL color Cylindrical-coordinate representation of color #358DDB: hue angle of 208.19º 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 #358DDB is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 141 219 -
CMYK 0.76 0.36 0 0.14
HSL 208.19º 0.7% 0.53% -
HSV(B) 208.19º 0.76% 0.86% -
XYZ 23.78 24.92 70.57 -
YUV 123.58 181.85 77.66 -
System Red Green Blue C M Y K H S L
Decimal 53 141 219 0.76 0.36 0 0.14 208.19 0.7 0.53
Hex 35 8D DB 4C 24 0 E D0 46 35
Octal 65 215 333 114 44 0 16 320 106 65
Binary 110101 10001101 11011011 1001100 100100 0 1110 11010000 1000110 110101

Color Harmonies of #358DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358DDB

Black with #358DDB

Text Example


Text Example

White with #358DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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