#358ACD

Color #358ACD Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #358ACD

Tints of Curious Blue #358ACD

Color information

#358ACD (or 0x358ACD) is unknown color: approx Curious Blue. HEX triplet: 35, 8A and CD. RGB value is (53,138,205). Sum of RGB (Red+Green+Blue) = 53+138+205=396 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.38% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #358ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358ACD is #CA7532. Grayscale: #777777. Windows color (decimal): -13268275 or 13470261. OLE color: 13470261.

HSL color Cylindrical-coordinate representation of color #358ACD: hue angle of 206.45º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #358ACD is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB53138205-
CMYK0.740.3300.20
HSL206.45º60.32%50.59%-
HSV(B)206.45º74.15%80.39%-
XYZ21.5823.3461.13-
YUV120.22175.8480.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.38%
GREEN value IS 138 (54.30% from 255) = 34.85%
BLUE value IS 205 (80.47% from 255) = 51.77%
R=13.38%
G=34.85%
B=51.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal531382050.740.3300.20206.4560.3250.59
Hex358ACD4A21014ce3c33
Octal65212315112410243167463
Binary1101011000101011001101100101010000101010011001110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #358ACD;
 }
 .AnyTagClassName
 {
   color: #358ACD;
 }
</style>
background-color css

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

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

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

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

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

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