Html Css Color HEX #358CDD Curious Blue

📋 copy color: '#358CDD'

red 53 ◦ green 140 ◦ blue 221

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

Shades of Curious Blue #358CDD

Tints of Curious Blue #358CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.38%

R = 12.8%
G = 33.82%
B = 53.38%

CMYK

 C value IS 0.76

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#358CDD (or 0x358CDD) is known color: Curious Blue. HEX triplet: 35, 8C and DD. RGB value is (53,140,221). Sum of RGB (Red+Green+Blue) = 53+140+221=414 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.80% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #358CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358CDD is #CA7322. Grayscale: #7A7A7A. Windows color (decimal): -13267747 or 14519349. OLE color: 14519349.

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

Color convert

RGB 53 140 221 -
CMYK 0.76 0.37 0 0.13
HSL 208.93º 0.71% 0.54% -
HSV(B) 208.93º 0.76% 0.87% -
XYZ 23.9 24.73 71.92 -
YUV 123.22 183.18 77.91 -
System Red Green Blue C M Y K H S L
Decimal 53 140 221 0.76 0.37 0 0.13 208.93 0.71 0.54
Hex 35 8C DD 4C 25 0 D D1 47 36
Octal 65 214 335 114 45 0 15 321 107 66
Binary 110101 10001100 11011101 1001100 100101 0 1101 11010001 1000111 110110

Color Harmonies of #358CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358CDD

Black with #358CDD

Text Example


Text Example

White with #358CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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