#033234

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

Shades of Nordic #033234

Tints of Nordic #033234

Color information

#033234 (or 0x033234) is unknown color: approx Nordic. HEX triplet: 03, 32 and 34. RGB value is (3,50,52). Sum of RGB (Red+Green+Blue) = 3+50+52=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 52 (20.70% from 255 or 49.52% from 105); Max value from RGB is 52 - color contains mainly: blue. Hex color #033234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033234 is #FCCDCB. Grayscale: #242424. Windows color (decimal): -16567756 or 3420675. OLE color: 3420675.

HSL color Cylindrical-coordinate representation of color #033234: hue angle of 182.45º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #033234 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB35052-
CMYK0.940.0400.80
HSL182.45º89.09%10.78%-
HSV(B)182.45º94.23%20.39%-
XYZ1.82.553.65-
YUV36.17136.93104.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.86%
GREEN value IS 50 (19.92% from 255) = 47.62%
BLUE value IS 52 (20.70% from 255) = 49.52%
R=2.86%
G=47.62%
B=49.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal350520.940.0400.80182.4589.0910.78
Hex332345E4050b659b
Octal362641364012026613113
Binary111100101101001011110100010100001011011010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033234; }

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

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

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

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

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

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

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

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