Html Css Color HEX #263D3D Nordic

📋 copy color: '#263D3D'

red 38 ◦ green 61 ◦ blue 61

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

Shades of Nordic #263D3D

Tints of Nordic #263D3D

RGB

 RED value IS 38 (15.23% from 255) = 23.75%

 GREEN value IS 61 (24.22% from 255) = 38.13%

 BLUE value IS 61 (24.22% from 255) = 38.13%

R = 23.75%
G = 38.13%
B = 38.13%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#263D3D (or 0x263D3D) is known color: Nordic. HEX triplet: 26, 3D and 3D. RGB value is (38,61,61). Sum of RGB (Red+Green+Blue) = 38+61+61=160 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.75% from 160); Green value is 61 (24.22% from 255 or 38.12% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 61 - color contains mainly: green, blue. Hex color #263D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263D3D is #D9C2C2. Grayscale: #363636. Windows color (decimal): -14271171 or 4013350. OLE color: 4013350.

HSL color Cylindrical-coordinate representation of color #263D3D: hue angle of 180º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #263D3D is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 38 61 61 -
CMYK 0.38 0 0 0.76
HSL 180º 0.23% 0.19% -
HSV(B) 180º 0.38% 0.24% -
XYZ 3.31 4.09 5.03 -
YUV 54.12 131.88 116.5 -
System Red Green Blue C M Y K H S L
Decimal 38 61 61 0.38 0 0 0.76 180 0.23 0.19
Hex 26 3D 3D 26 0 0 4C B4 17 13
Octal 46 75 75 46 0 0 114 264 27 23
Binary 100110 111101 111101 100110 0 0 1001100 10110100 10111 10011

Color Harmonies of #263D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263D3D

Black with #263D3D

Text Example


Text Example

White with #263D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263D3D; }

 p { color: rgb(38,61,61); }

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

background-color css

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

 a { background-color: rgb(38,61,61); }

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

border-color css

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

 span { border-color: rgb(38,61,61); }

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