#0A2C34

Color #0A2C34 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #0A2C34

Tints of Nordic #0A2C34

Color information

#0A2C34 (or 0x0A2C34) is unknown color: approx Nordic. HEX triplet: 0A, 2C and 34. RGB value is (10,44,52). Sum of RGB (Red+Green+Blue) = 10+44+52=106 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.43% from 106); Green value is 44 (17.58% from 255 or 41.51% from 106); Blue value is 52 (20.70% from 255 or 49.06% from 106); Max value from RGB is 52 - color contains mainly: blue. Hex color #0A2C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2C34 is #F5D3CB. Grayscale: #222222. Windows color (decimal): -16110540 or 3419146. OLE color: 3419146.

HSL color Cylindrical-coordinate representation of color #0A2C34: hue angle of 191.43º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A2C34 is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB104452-
CMYK0.810.1500.80
HSL191.43º67.74%12.16%-
HSV(B)191.43º80.77%20.39%-
XYZ1.652.113.57-
YUV34.75137.74110.35-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.43%
GREEN value IS 44 (17.58% from 255) = 41.51%
BLUE value IS 52 (20.70% from 255) = 49.06%
R=9.43%
G=41.51%
B=49.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1044520.810.1500.80191.4367.7412.16
HexA2C3451F050bf44c
Octal12546412117012027710414
Binary101010110011010010100011111010100001011111110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A2C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A2C34; }

 p { color: rgb(10,44,52); }

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

<style>
 a { background-color: #0A2C34; }

 a { background-color: rgb(10,44,52); }

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

<style>
 span { border-color: #0A2C34; }

 span { border-color: rgb(10,44,52); }

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