#033138

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

Shades of Nordic #033138

Tints of Nordic #033138

Color information

#033138 (or 0x033138) is unknown color: approx Nordic. HEX triplet: 03, 31 and 38. RGB value is (3,49,56). Sum of RGB (Red+Green+Blue) = 3+49+56=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #033138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033138 is #FCCEC7. Grayscale: #232323. Windows color (decimal): -16568008 or 3682563. OLE color: 3682563.

HSL color Cylindrical-coordinate representation of color #033138: hue angle of 187.92º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033138 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB34956-
CMYK0.950.1200.78
HSL187.92º89.83%11.57%-
HSV(B)187.92º94.64%21.96%-
XYZ1.852.54.13-
YUV36.04139.26104.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.78%
GREEN value IS 49 (19.53% from 255) = 45.37%
BLUE value IS 56 (22.27% from 255) = 51.85%
R=2.78%
G=45.37%
B=51.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal349560.950.1200.78187.9289.8311.57
Hex331385FC04Ebc5ac
Octal3617013714011627413214
Binary1111000111100010111111100010011101011110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033138; }

 p { color: rgb(3,49,56); }

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

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

 a { background-color: rgb(3,49,56); }

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

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

 span { border-color: rgb(3,49,56); }

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