Html Css Color HEX #263F41 Nordic

📋 copy color: '#263F41'

red 38 ◦ green 63 ◦ blue 65

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

Shades of Nordic #263F41

Tints of Nordic #263F41

RGB

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

 GREEN value IS 63 (25% from 255) = 37.95%

 BLUE value IS 65 (25.78% from 255) = 39.16%

R = 22.89%
G = 37.95%
B = 39.16%

CMYK

 C value IS 0.42

 M value IS 0.03

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#263F41 (or 0x263F41) is known color: Nordic. HEX triplet: 26, 3F and 41. RGB value is (38,63,65). Sum of RGB (Red+Green+Blue) = 38+63+65=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 65 - color contains mainly: blue. Hex color #263F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263F41 is #D9C0BE. Grayscale: #373737. Windows color (decimal): -14270655 or 4276006. OLE color: 4276006.

HSL color Cylindrical-coordinate representation of color #263F41: hue angle of 184.44º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #263F41 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 38 63 65 -
CMYK 0.42 0.03 0 0.75
HSL 184.44º 0.26% 0.2% -
HSV(B) 184.44º 0.42% 0.25% -
XYZ 3.53 4.35 5.65 -
YUV 55.75 133.22 115.34 -
System Red Green Blue C M Y K H S L
Decimal 38 63 65 0.42 0.03 0 0.75 184.44 0.26 0.2
Hex 26 3F 41 2A 3 0 4B B8 1A 14
Octal 46 77 101 52 3 0 113 270 32 24
Binary 100110 111111 1000001 101010 11 0 1001011 10111000 11010 10100

Color Harmonies of #263F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263F41

Black with #263F41

Text Example


Text Example

White with #263F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,63,65); }

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

background-color css

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

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

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

border-color css

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

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

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