Html Css Color HEX #26316D Deep Koamaru

📋 copy color: '#26316D'

red 38 ◦ green 49 ◦ blue 109

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

Shades of Deep Koamaru #26316D

Tints of Deep Koamaru #26316D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25%

 BLUE value IS 109 (42.97% from 255) = 55.61%

R = 19.39%
G = 25%
B = 55.61%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#26316D (or 0x26316D) is known color: Deep Koamaru. HEX triplet: 26, 31 and 6D. RGB value is (38,49,109). Sum of RGB (Red+Green+Blue) = 38+49+109=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #26316D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26316D is #D9CE92. Grayscale: #343434. Windows color (decimal): -14274195 or 7156006. OLE color: 7156006.

HSL color Cylindrical-coordinate representation of color #26316D: hue angle of 230.7º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26316D is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 38 49 109 -
CMYK 0.65 0.55 0 0.57
HSL 230.7º 0.48% 0.29% -
HSV(B) 230.7º 0.65% 0.43% -
XYZ 4.66 3.71 14.94 -
YUV 52.55 159.86 117.62 -
System Red Green Blue C M Y K H S L
Decimal 38 49 109 0.65 0.55 0 0.57 230.7 0.48 0.29
Hex 26 31 6D 41 37 0 39 E7 30 1D
Octal 46 61 155 101 67 0 71 347 60 35
Binary 100110 110001 1101101 1000001 110111 0 111001 11100111 110000 11101

Color Harmonies of #26316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26316D

Black with #26316D

Text Example


Text Example

White with #26316D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,49,109); }

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

background-color css

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

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

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

border-color css

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

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

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