#035CBA

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

Shades of Denim #035CBA

Tints of Denim #035CBA

Color information

#035CBA (or 0x035CBA) is unknown color: approx Denim. HEX triplet: 03, 5C and BA. RGB value is (3,92,186). Sum of RGB (Red+Green+Blue) = 3+92+186=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #035CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035CBA is #FCA345. Grayscale: #4B4B4B. Windows color (decimal): -16556870 or 12213251. OLE color: 12213251.

HSL color Cylindrical-coordinate representation of color #035CBA: hue angle of 210.82º 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 #035CBA is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB392186-
CMYK0.980.5100.27
HSL210.82º96.83%37.06%-
HSV(B)210.82º98.39%72.94%-
XYZ12.7311.2247.95-
YUV76.1190.0175.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.07%
GREEN value IS 92 (36.33% from 255) = 32.74%
BLUE value IS 186 (73.05% from 255) = 66.19%
R=1.07%
G=32.74%
B=66.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal3921860.980.5100.27210.8296.8337.06
Hex35CBA623301Bd36125
Octal31342721426303332314145
Binary111011100101110101100010110011011011110100111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035CBA; }

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

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

<style>
 a { background-color: #035CBA; }

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

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

<style>
 span { border-color: #035CBA; }

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

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