Html Css Color HEX #033138 Nordic

📋 copy color: '#033138'

red 3 ◦ green 49 ◦ blue 56

#033138
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #033138

Tints of Nordic #033138

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 value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#033138 (or 0x033138) is known color: 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

RGB 3 49 56 -
CMYK 0.95 0.12 0 0.78
HSL 187.92º 0.9% 0.12% -
HSV(B) 187.92º 0.95% 0.22% -
XYZ 1.85 2.5 4.13 -
YUV 36.04 139.26 104.43 -
System Red Green Blue C M Y K H S L
Decimal 3 49 56 0.95 0.12 0 0.78 187.92 0.9 0.12
Hex 3 31 38 5F C 0 4E BC 5A C
Octal 3 61 70 137 14 0 116 274 132 14
Binary 11 110001 111000 1011111 1100 0 1001110 10111100 1011010 1100

Color Harmonies of #033138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033138

Black with #033138

Text Example


Text Example

White with #033138

Text Example


Text Example

HTML Codes & Css Web 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>