Html Css Color HEX #033338 Nordic

📋 copy color: '#033338'

red 3 ◦ green 51 ◦ blue 56

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

Shades of Nordic #033338

Tints of Nordic #033338

RGB

 RED value IS 3 (1.56% from 255) = 2.73%

 GREEN value IS 51 (20.31% from 255) = 46.36%

 BLUE value IS 56 (22.27% from 255) = 50.91%

R = 2.73%
G = 46.36%
B = 50.91%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#033338 (or 0x033338) is known color: Nordic. HEX triplet: 03, 33 and 38. RGB value is (3,51,56). Sum of RGB (Red+Green+Blue) = 3+51+56=110 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.73% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 56 (22.27% from 255 or 50.91% from 110); Max value from RGB is 56 - color contains mainly: blue. Hex color #033338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033338 is #FCCCC7. Grayscale: #252525. Windows color (decimal): -16567496 or 3683075. OLE color: 3683075.

HSL color Cylindrical-coordinate representation of color #033338: hue angle of 185.66º 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 #033338 is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 3 51 56 -
CMYK 0.95 0.09 0 0.78
HSL 185.66º 0.9% 0.12% -
HSV(B) 185.66º 0.95% 0.22% -
XYZ 1.94 2.67 4.16 -
YUV 37.22 138.6 103.59 -
System Red Green Blue C M Y K H S L
Decimal 3 51 56 0.95 0.09 0 0.78 185.66 0.9 0.12
Hex 3 33 38 5F 9 0 4E BA 5A C
Octal 3 63 70 137 11 0 116 272 132 14
Binary 11 110011 111000 1011111 1001 0 1001110 10111010 1011010 1100

Color Harmonies of #033338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033338

Black with #033338

Text Example


Text Example

White with #033338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033338; }

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

 H1.HeaderClassName
 {
   color: #033338;
 }
 .AnyTagClassName
 {
   color: #033338;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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