Html Css Color HEX #31345F Deep Koamaru

📋 copy color: '#31345F'

red 49 ◦ green 52 ◦ blue 95

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

Shades of Deep Koamaru #31345F

Tints of Deep Koamaru #31345F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.53%

 BLUE value IS 95 (37.5% from 255) = 48.47%

R = 25%
G = 26.53%
B = 48.47%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#31345F (or 0x31345F) is known color: Deep Koamaru. HEX triplet: 31, 34 and 5F. RGB value is (49,52,95). Sum of RGB (Red+Green+Blue) = 49+52+95=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #31345F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31345F is #CECBA0. Grayscale: #373737. Windows color (decimal): -13552545 or 6239281. OLE color: 6239281.

HSL color Cylindrical-coordinate representation of color #31345F: hue angle of 236.09º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #31345F is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 49 52 95 -
CMYK 0.48 0.45 0 0.63
HSL 236.09º 0.32% 0.28% -
HSV(B) 236.09º 0.48% 0.37% -
XYZ 4.56 3.94 11.35 -
YUV 56.01 150.01 123 -
System Red Green Blue C M Y K H S L
Decimal 49 52 95 0.48 0.45 0 0.63 236.09 0.32 0.28
Hex 31 34 5F 30 2D 0 3F EC 20 1C
Octal 61 64 137 60 55 0 77 354 40 34
Binary 110001 110100 1011111 110000 101101 0 111111 11101100 100000 11100

Color Harmonies of #31345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31345F

Black with #31345F

Text Example


Text Example

White with #31345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31345F; }

 p { color: rgb(49,52,95); }

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

background-color css

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

 a { background-color: rgb(49,52,95); }

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

border-color css

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

 span { border-color: rgb(49,52,95); }

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