#0358BA

Color #0358BA Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #0358BA

Tints of Denim #0358BA

Color information

#0358BA (or 0x0358BA) is unknown color: approx Denim. HEX triplet: 03, 58 and BA. RGB value is (3,88,186). Sum of RGB (Red+Green+Blue) = 3+88+186=277 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #0358BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0358BA is #FCA745. Grayscale: #494949. Windows color (decimal): -16557894 or 12212227. OLE color: 12212227.

HSL color Cylindrical-coordinate representation of color #0358BA: hue angle of 212.13º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0358BA is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB388186-
CMYK0.980.5300.27
HSL212.13º96.83%37.06%-
HSV(B)212.13º98.39%72.94%-
XYZ12.3910.5447.84-
YUV73.76191.3477.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.08%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 186 (73.05% from 255) = 67.15%
R=1.08%
G=31.77%
B=67.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3881860.980.5300.27212.1396.8337.06
Hex358BA623501Bd46125
Octal31302721426503332414145
Binary111011000101110101100010110101011011110101001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0358BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0358BA; }

 p { color: rgb(3,88,186); }

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

<style>
 a { background-color: #0358BA; }

 a { background-color: rgb(3,88,186); }

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

<style>
 span { border-color: #0358BA; }

 span { border-color: rgb(3,88,186); }

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