#0A3234

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

Shades of Nordic #0A3234

Tints of Nordic #0A3234

Color information

#0A3234 (or 0x0A3234) is unknown color: approx Nordic. HEX triplet: 0A, 32 and 34. RGB value is (10,50,52). Sum of RGB (Red+Green+Blue) = 10+50+52=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 52 (20.70% from 255 or 46.43% from 112); Max value from RGB is 52 - color contains mainly: blue. Hex color #0A3234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3234 is #F5CDCB. Grayscale: #262626. Windows color (decimal): -16109004 or 3420682. OLE color: 3420682.

HSL color Cylindrical-coordinate representation of color #0A3234: hue angle of 182.86º 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 #0A3234 is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB105052-
CMYK0.810.0400.80
HSL182.86º67.74%12.16%-
HSV(B)182.86º80.77%20.39%-
XYZ1.892.593.65-
YUV38.27135.75107.84-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.93%
GREEN value IS 50 (19.92% from 255) = 44.64%
BLUE value IS 52 (20.70% from 255) = 46.43%
R=8.93%
G=44.64%
B=46.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1050520.810.0400.80182.8667.7412.16
HexA3234514050b744c
Octal1262641214012026710414
Binary10101100101101001010001100010100001011011110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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