Html Css Color HEX #358DDC Curious Blue

📋 copy color: '#358DDC'

red 53 ◦ green 141 ◦ blue 220

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

Shades of Curious Blue #358DDC

Tints of Curious Blue #358DDC

RGB

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

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

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

R = 12.8%
G = 34.06%
B = 53.14%

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

#358DDC (or 0x358DDC) is known color: Curious Blue. HEX triplet: 35, 8D and DC. RGB value is (53,141,220). Sum of RGB (Red+Green+Blue) = 53+141+220=414 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.80% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #358DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358DDC is #CA7223. Grayscale: #7B7B7B. Windows color (decimal): -13267492 or 14454069. OLE color: 14454069.

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

Color convert

RGB 53 141 220 -
CMYK 0.76 0.36 0 0.14
HSL 208.38º 0.7% 0.54% -
HSV(B) 208.38º 0.76% 0.86% -
XYZ 23.91 24.97 71.27 -
YUV 123.69 182.35 77.58 -
System Red Green Blue C M Y K H S L
Decimal 53 141 220 0.76 0.36 0 0.14 208.38 0.7 0.54
Hex 35 8D DC 4C 24 0 E D0 46 36
Octal 65 215 334 114 44 0 16 320 106 66
Binary 110101 10001101 11011100 1001100 100100 0 1110 11010000 1000110 110110

Color Harmonies of #358DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358DDC

Black with #358DDC

Text Example


Text Example

White with #358DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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