#358ABA

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

Shades of Curious Blue #358ABA

Tints of Curious Blue #358ABA

Color information

#358ABA (or 0x358ABA) is unknown color: approx Curious Blue. HEX triplet: 35, 8A and BA. RGB value is (53,138,186). Sum of RGB (Red+Green+Blue) = 53+138+186=377 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.06% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #358ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358ABA is #CA7545. Grayscale: #757575. Windows color (decimal): -13268294 or 12225077. OLE color: 12225077.

HSL color Cylindrical-coordinate representation of color #358ABA: hue angle of 201.65º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #358ABA is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB53138186-
CMYK0.720.2600.27
HSL201.65º55.65%46.86%-
HSV(B)201.65º71.51%72.94%-
XYZ19.4222.4849.77-
YUV118.06166.3481.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.06%
GREEN value IS 138 (54.30% from 255) = 36.60%
BLUE value IS 186 (73.05% from 255) = 49.34%
R=14.06%
G=36.60%
B=49.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal531381860.720.2600.27201.6555.6546.86
Hex358ABA481A01Bca382f
Octal65212272110320333127057
Binary110101100010101011101010010001101001101111001010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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