Html Css Color HEX #358CDB Curious Blue

📋 copy color: '#358CDB'

red 53 ◦ green 140 ◦ blue 219

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

Shades of Curious Blue #358CDB

Tints of Curious Blue #358CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.98%

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

R = 12.86%
G = 33.98%
B = 53.16%

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

#358CDB (or 0x358CDB) is known color: Curious Blue. HEX triplet: 35, 8C and DB. RGB value is (53,140,219). Sum of RGB (Red+Green+Blue) = 53+140+219=412 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.86% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #358CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358CDB is #CA7324. Grayscale: #7A7A7A. Windows color (decimal): -13267749 or 14388277. OLE color: 14388277.

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

Color convert

RGB 53 140 219 -
CMYK 0.76 0.36 0 0.14
HSL 208.55º 0.7% 0.53% -
HSV(B) 208.55º 0.76% 0.86% -
XYZ 23.63 24.63 70.53 -
YUV 122.99 182.18 78.08 -
System Red Green Blue C M Y K H S L
Decimal 53 140 219 0.76 0.36 0 0.14 208.55 0.7 0.53
Hex 35 8C DB 4C 24 0 E D1 46 35
Octal 65 214 333 114 44 0 16 321 106 65
Binary 110101 10001100 11011011 1001100 100100 0 1110 11010001 1000110 110101

Color Harmonies of #358CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358CDB

Black with #358CDB

Text Example


Text Example

White with #358CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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