Html Css Color HEX #358ADC Curious Blue

📋 copy color: '#358ADC'

red 53 ◦ green 138 ◦ blue 220

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

Shades of Curious Blue #358ADC

Tints of Curious Blue #358ADC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.58%

 BLUE value IS 220 (86.33% from 255) = 53.53%

R = 12.9%
G = 33.58%
B = 53.53%

CMYK

 C value IS 0.76

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#358ADC (or 0x358ADC) is known color: Curious Blue. HEX triplet: 35, 8A and DC. RGB value is (53,138,220). Sum of RGB (Red+Green+Blue) = 53+138+220=411 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.90% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #358ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358ADC is #CA7523. Grayscale: #797979. Windows color (decimal): -13268260 or 14453301. OLE color: 14453301.

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

Color convert

RGB 53 138 220 -
CMYK 0.76 0.37 0 0.14
HSL 209.46º 0.7% 0.54% -
HSV(B) 209.46º 0.76% 0.86% -
XYZ 23.47 24.1 71.12 -
YUV 121.93 183.34 78.83 -
System Red Green Blue C M Y K H S L
Decimal 53 138 220 0.76 0.37 0 0.14 209.46 0.7 0.54
Hex 35 8A DC 4C 25 0 E D1 46 36
Octal 65 212 334 114 45 0 16 321 106 66
Binary 110101 10001010 11011100 1001100 100101 0 1110 11010001 1000110 110110

Color Harmonies of #358ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358ADC

Black with #358ADC

Text Example


Text Example

White with #358ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,138,220); }

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

background-color css

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

 a { background-color: rgb(53,138,220); }

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

border-color css

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

 span { border-color: rgb(53,138,220); }

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