Html Css Color HEX #26475D Arapawa

📋 copy color: '#26475D'

red 38 ◦ green 71 ◦ blue 93

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

Shades of Arapawa #26475D

Tints of Arapawa #26475D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 35.15%

 BLUE value IS 93 (36.72% from 255) = 46.04%

R = 18.81%
G = 35.15%
B = 46.04%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#26475D (or 0x26475D) is known color: Arapawa. HEX triplet: 26, 47 and 5D. RGB value is (38,71,93). Sum of RGB (Red+Green+Blue) = 38+71+93=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #26475D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26475D is #D9B8A2. Grayscale: #3F3F3F. Windows color (decimal): -14268579 or 6113062. OLE color: 6113062.

HSL color Cylindrical-coordinate representation of color #26475D: hue angle of 204º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26475D is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 38 71 93 -
CMYK 0.59 0.24 0 0.64
HSL 204º 0.42% 0.26% -
HSV(B) 204º 0.59% 0.36% -
XYZ 5.03 5.71 11.19 -
YUV 63.64 144.57 109.71 -
System Red Green Blue C M Y K H S L
Decimal 38 71 93 0.59 0.24 0 0.64 204 0.42 0.26
Hex 26 47 5D 3B 18 0 40 CC 2A 1A
Octal 46 107 135 73 30 0 100 314 52 32
Binary 100110 1000111 1011101 111011 11000 0 1000000 11001100 101010 11010

Color Harmonies of #26475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26475D

Black with #26475D

Text Example


Text Example

White with #26475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26475D; }

 p { color: rgb(38,71,93); }

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

background-color css

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

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

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

border-color css

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

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

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