#022B35

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

Shades of Nordic #022B35

Tints of Nordic #022B35

Color information

#022B35 (or 0x022B35) is unknown color: approx Nordic. HEX triplet: 02, 2B and 35. RGB value is (2,43,53). Sum of RGB (Red+Green+Blue) = 2+43+53=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 43 (17.19% from 255 or 43.88% from 98); Blue value is 53 (21.09% from 255 or 54.08% from 98); Max value from RGB is 53 - color contains mainly: blue. Hex color #022B35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022B35 is #FDD4CA. Grayscale: #1F1F1F. Windows color (decimal): -16635083 or 3484418. OLE color: 3484418.

HSL color Cylindrical-coordinate representation of color #022B35: hue angle of 191.76º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022B35 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB24353-
CMYK0.960.1900.79
HSL191.76º92.73%10.78%-
HSV(B)191.76º96.23%20.78%-
XYZ1.5323.67-
YUV31.88139.92106.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.04%
GREEN value IS 43 (17.19% from 255) = 43.88%
BLUE value IS 53 (21.09% from 255) = 54.08%
R=2.04%
G=43.88%
B=54.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal243530.960.1900.79191.7692.7310.78
Hex22B35601304Fc05db
Octal2536514023011730013513
Binary10101011110101110000010011010011111100000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022B35; }

 p { color: rgb(2,43,53); }

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

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

 a { background-color: rgb(2,43,53); }

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

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

 span { border-color: rgb(2,43,53); }

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