Html Css Color HEX #263D41 Outer Space

📋 copy color: '#263D41'

red 38 ◦ green 61 ◦ blue 65

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

Shades of Outer Space #263D41

Tints of Outer Space #263D41

RGB

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

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

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

R = 23.17%
G = 37.2%
B = 39.63%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#263D41 (or 0x263D41) is known color: Outer Space. HEX triplet: 26, 3D and 41. RGB value is (38,61,65). Sum of RGB (Red+Green+Blue) = 38+61+65=164 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.17% from 164); Green value is 61 (24.22% from 255 or 37.20% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 65 - color contains mainly: blue. Hex color #263D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263D41 is #D9C2BE. Grayscale: #363636. Windows color (decimal): -14271167 or 4275494. OLE color: 4275494.

HSL color Cylindrical-coordinate representation of color #263D41: hue angle of 188.89º 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 #263D41 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 38 61 65 -
CMYK 0.42 0.06 0 0.75
HSL 188.89º 0.26% 0.2% -
HSV(B) 188.89º 0.42% 0.25% -
XYZ 3.42 4.13 5.62 -
YUV 54.58 133.88 116.17 -
System Red Green Blue C M Y K H S L
Decimal 38 61 65 0.42 0.06 0 0.75 188.89 0.26 0.2
Hex 26 3D 41 2A 6 0 4B BD 1A 14
Octal 46 75 101 52 6 0 113 275 32 24
Binary 100110 111101 1000001 101010 110 0 1001011 10111101 11010 10100

Color Harmonies of #263D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263D41

Black with #263D41

Text Example


Text Example

White with #263D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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