Html Css Color HEX #073234 Nordic

📋 copy color: '#073234'

red 7 ◦ green 50 ◦ blue 52

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

Shades of Nordic #073234

Tints of Nordic #073234

RGB

 RED value IS 7 (3.13% from 255) = 6.42%

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

 BLUE value IS 52 (20.7% from 255) = 47.71%

R = 6.42%
G = 45.87%
B = 47.71%

CMYK

 C value IS 0.87

 M value IS 0.04

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#073234 (or 0x073234) is known color: Nordic. HEX triplet: 07, 32 and 34. RGB value is (7,50,52). Sum of RGB (Red+Green+Blue) = 7+50+52=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 52 (20.70% from 255 or 47.71% from 109); Max value from RGB is 52 - color contains mainly: blue. Hex color #073234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073234 is #F8CDCB. Grayscale: #252525. Windows color (decimal): -16305612 or 3420679. OLE color: 3420679.

HSL color Cylindrical-coordinate representation of color #073234: hue angle of 182.67º degrees, saturation: 0.76, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073234 is Cyan = 0.87, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 50 52 -
CMYK 0.87 0.04 0 0.80
HSL 182.67º 0.76% 0.12% -
HSV(B) 182.67º 0.87% 0.2% -
XYZ 1.85 2.57 3.65 -
YUV 37.37 136.25 106.34 -
System Red Green Blue C M Y K H S L
Decimal 7 50 52 0.87 0.04 0 0.80 182.67 0.76 0.12
Hex 7 32 34 57 4 0 50 B7 4C C
Octal 7 62 64 127 4 0 120 267 114 14
Binary 111 110010 110100 1010111 100 0 1010000 10110111 1001100 1100

Color Harmonies of #073234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073234

Black with #073234

Text Example


Text Example

White with #073234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073234; }

 p { color: rgb(7,50,52); }

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

background-color css

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

 a { background-color: rgb(7,50,52); }

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

border-color css

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

 span { border-color: rgb(7,50,52); }

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