Html Css Color HEX #263A3F Outer Space

📋 copy color: '#263A3F'

red 38 ◦ green 58 ◦ blue 63

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

Shades of Outer Space #263A3F

Tints of Outer Space #263A3F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 36.48%

 BLUE value IS 63 (25% from 255) = 39.62%

R = 23.9%
G = 36.48%
B = 39.62%

CMYK

 C value IS 0.40

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#263A3F (or 0x263A3F) is known color: Outer Space. HEX triplet: 26, 3A and 3F. RGB value is (38,58,63). Sum of RGB (Red+Green+Blue) = 38+58+63=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 63 - color contains mainly: blue. Hex color #263A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263A3F is #D9C5C0. Grayscale: #343434. Windows color (decimal): -14271937 or 4143654. OLE color: 4143654.

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

Color convert

RGB 38 58 63 -
CMYK 0.40 0.08 0 0.75
HSL 192º 0.25% 0.2% -
HSV(B) 192º 0.4% 0.25% -
XYZ 3.21 3.8 5.27 -
YUV 52.59 133.87 117.59 -
System Red Green Blue C M Y K H S L
Decimal 38 58 63 0.40 0.08 0 0.75 192 0.25 0.2
Hex 26 3A 3F 28 8 0 4B C0 19 14
Octal 46 72 77 50 10 0 113 300 31 24
Binary 100110 111010 111111 101000 1000 0 1001011 11000000 11001 10100

Color Harmonies of #263A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263A3F

Black with #263A3F

Text Example


Text Example

White with #263A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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