Html Css Color HEX #033238 Nordic

📋 copy color: '#033238'

red 3 ◦ green 50 ◦ blue 56

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

Shades of Nordic #033238

Tints of Nordic #033238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 45.87%

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

R = 2.75%
G = 45.87%
B = 51.38%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#033238 (or 0x033238) is known color: Nordic. HEX triplet: 03, 32 and 38. RGB value is (3,50,56). Sum of RGB (Red+Green+Blue) = 3+50+56=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 56 (22.27% from 255 or 51.38% from 109); Max value from RGB is 56 - color contains mainly: blue. Hex color #033238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033238 is #FCCDC7. Grayscale: #242424. Windows color (decimal): -16567752 or 3682819. OLE color: 3682819.

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

Color convert

RGB 3 50 56 -
CMYK 0.95 0.11 0 0.78
HSL 186.79º 0.9% 0.12% -
HSV(B) 186.79º 0.95% 0.22% -
XYZ 1.89 2.59 4.14 -
YUV 36.63 138.93 104.01 -
System Red Green Blue C M Y K H S L
Decimal 3 50 56 0.95 0.11 0 0.78 186.79 0.9 0.12
Hex 3 32 38 5F B 0 4E BB 5A C
Octal 3 62 70 137 13 0 116 273 132 14
Binary 11 110010 111000 1011111 1011 0 1001110 10111011 1011010 1100

Color Harmonies of #033238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033238

Black with #033238

Text Example


Text Example

White with #033238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033238; }

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

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

background-color css

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

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

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

border-color css

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

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

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