Html Css Color HEX #25316B Deep Koamaru

📋 copy color: '#25316B'

red 37 ◦ green 49 ◦ blue 107

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

Shades of Deep Koamaru #25316B

Tints of Deep Koamaru #25316B

RGB

 RED value IS 37 (14.84% from 255) = 19.17%

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

 BLUE value IS 107 (42.19% from 255) = 55.44%

R = 19.17%
G = 25.39%
B = 55.44%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25316B (or 0x25316B) is known color: Deep Koamaru. HEX triplet: 25, 31 and 6B. RGB value is (37,49,107). Sum of RGB (Red+Green+Blue) = 37+49+107=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 107 (42.19% from 255 or 55.44% from 193); Max value from RGB is 107 - color contains mainly: blue. Hex color #25316B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25316B is #DACE94. Grayscale: #333333. Windows color (decimal): -14339733 or 7024933. OLE color: 7024933.

HSL color Cylindrical-coordinate representation of color #25316B: hue angle of 229.71º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25316B is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 49 107 -
CMYK 0.65 0.54 0 0.58
HSL 229.71º 0.49% 0.28% -
HSV(B) 229.71º 0.65% 0.42% -
XYZ 4.52 3.65 14.38 -
YUV 52.02 159.02 117.28 -
System Red Green Blue C M Y K H S L
Decimal 37 49 107 0.65 0.54 0 0.58 229.71 0.49 0.28
Hex 25 31 6B 41 36 0 3A E6 31 1C
Octal 45 61 153 101 66 0 72 346 61 34
Binary 100101 110001 1101011 1000001 110110 0 111010 11100110 110001 11100

Color Harmonies of #25316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25316B

Black with #25316B

Text Example


Text Example

White with #25316B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25316B; }

 p { color: rgb(37,49,107); }

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

background-color css

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

 a { background-color: rgb(37,49,107); }

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

border-color css

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

 span { border-color: rgb(37,49,107); }

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