Html Css Color HEX #313275 Deep Koamaru

📋 copy color: '#313275'

red 49 ◦ green 50 ◦ blue 117

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

Shades of Deep Koamaru #313275

Tints of Deep Koamaru #313275

RGB

 RED value IS 49 (19.53% from 255) = 22.69%

 GREEN value IS 50 (19.92% from 255) = 23.15%

 BLUE value IS 117 (46.09% from 255) = 54.17%

R = 22.69%
G = 23.15%
B = 54.17%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#313275 (or 0x313275) is known color: Deep Koamaru. HEX triplet: 31, 32 and 75. RGB value is (49,50,117). Sum of RGB (Red+Green+Blue) = 49+50+117=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #313275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313275 is #CECD8A. Grayscale: #393939. Windows color (decimal): -13553035 or 7680561. OLE color: 7680561.

HSL color Cylindrical-coordinate representation of color #313275: hue angle of 239.12º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #313275 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 50 117 -
CMYK 0.58 0.57 0 0.54
HSL 239.12º 0.41% 0.33% -
HSV(B) 239.12º 0.58% 0.46% -
XYZ 5.62 4.22 17.35 -
YUV 57.34 161.67 122.05 -
System Red Green Blue C M Y K H S L
Decimal 49 50 117 0.58 0.57 0 0.54 239.12 0.41 0.33
Hex 31 32 75 3A 39 0 36 EF 29 21
Octal 61 62 165 72 71 0 66 357 51 41
Binary 110001 110010 1110101 111010 111001 0 110110 11101111 101001 100001

Color Harmonies of #313275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313275

Black with #313275

Text Example


Text Example

White with #313275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313275; }

 p { color: rgb(49,50,117); }

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

background-color css

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

 a { background-color: rgb(49,50,117); }

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

border-color css

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

 span { border-color: rgb(49,50,117); }

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