#1A3334

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

Shades of Nordic #1A3334

Tints of Nordic #1A3334

Color information

#1A3334 (or 0x1A3334) is unknown color: approx Nordic. HEX triplet: 1A, 33 and 34. RGB value is (26,51,52). Sum of RGB (Red+Green+Blue) = 26+51+52=129 (17% of max value = 765). Red value is 26 (10.55% from 255 or 20.16% from 129); Green value is 51 (20.31% from 255 or 39.53% from 129); Blue value is 52 (20.70% from 255 or 40.31% from 129); Max value from RGB is 52 - color contains mainly: blue. Hex color #1A3334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3334 is #E5CCCB. Grayscale: #2B2B2B. Windows color (decimal): -15060172 or 3420954. OLE color: 3420954.

HSL color Cylindrical-coordinate representation of color #1A3334: hue angle of 182.31º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1A3334 is Cyan = 0.50, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB265152-
CMYK0.500.0200.80
HSL182.31º33.33%15.29%-
HSV(B)182.31º50%20.39%-
XYZ2.232.843.68-
YUV43.64132.72115.42-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 20.16%
GREEN value IS 51 (20.31% from 255) = 39.53%
BLUE value IS 52 (20.70% from 255) = 40.31%
R=20.16%
G=39.53%
B=40.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2651520.500.0200.80182.3133.3315.29
Hex1A3334322050b621f
Octal32636462201202664117
Binary110101100111101001100101001010000101101101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A3334; }

 p { color: rgb(26,51,52); }

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

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

 a { background-color: rgb(26,51,52); }

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

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

 span { border-color: rgb(26,51,52); }

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