Html Css Color HEX #063438 Nordic

📋 copy color: '#063438'

red 6 ◦ green 52 ◦ blue 56

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

Shades of Nordic #063438

Tints of Nordic #063438

RGB

 RED value IS 6 (2.73% from 255) = 5.26%

 GREEN value IS 52 (20.7% from 255) = 45.61%

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

R = 5.26%
G = 45.61%
B = 49.12%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#063438 (or 0x063438) is known color: Nordic. HEX triplet: 06, 34 and 38. RGB value is (6,52,56). Sum of RGB (Red+Green+Blue) = 6+52+56=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 56 (22.27% from 255 or 49.12% from 114); Max value from RGB is 56 - color contains mainly: blue. Hex color #063438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063438 is #F9CBC7. Grayscale: #262626. Windows color (decimal): -16370632 or 3683334. OLE color: 3683334.

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

Color convert

RGB 6 52 56 -
CMYK 0.89 0.07 0 0.78
HSL 184.8º 0.81% 0.12% -
HSV(B) 184.8º 0.89% 0.22% -
XYZ 2.02 2.78 4.17 -
YUV 38.7 137.76 104.67 -
System Red Green Blue C M Y K H S L
Decimal 6 52 56 0.89 0.07 0 0.78 184.8 0.81 0.12
Hex 6 34 38 59 7 0 4E B9 51 C
Octal 6 64 70 131 7 0 116 271 121 14
Binary 110 110100 111000 1011001 111 0 1001110 10111001 1010001 1100

Color Harmonies of #063438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063438

Black with #063438

Text Example


Text Example

White with #063438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063438; }

 p { color: rgb(6,52,56); }

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

background-color css

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

 a { background-color: rgb(6,52,56); }

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

border-color css

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

 span { border-color: rgb(6,52,56); }

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