Html Css Color HEX #25296A Deep Koamaru

📋 copy color: '#25296A'

red 37 ◦ green 41 ◦ blue 106

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

Shades of Deep Koamaru #25296A

Tints of Deep Koamaru #25296A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.28%

 BLUE value IS 106 (41.8% from 255) = 57.61%

R = 20.11%
G = 22.28%
B = 57.61%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#25296A (or 0x25296A) is known color: Deep Koamaru. HEX triplet: 25, 29 and 6A. RGB value is (37,41,106). Sum of RGB (Red+Green+Blue) = 37+41+106=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 106 (41.80% from 255 or 57.61% from 184); Max value from RGB is 106 - color contains mainly: blue. Hex color #25296A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25296A is #DAD695. Grayscale: #2E2E2E. Windows color (decimal): -14341782 or 6957349. OLE color: 6957349.

HSL color Cylindrical-coordinate representation of color #25296A: hue angle of 236.52º degrees, saturation: 0.48, 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 #25296A is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 41 106 -
CMYK 0.65 0.61 0 0.58
HSL 236.52º 0.48% 0.28% -
HSV(B) 236.52º 0.65% 0.42% -
XYZ 4.16 3.02 14 -
YUV 47.21 161.17 120.71 -
System Red Green Blue C M Y K H S L
Decimal 37 41 106 0.65 0.61 0 0.58 236.52 0.48 0.28
Hex 25 29 6A 41 3D 0 3A ED 30 1C
Octal 45 51 152 101 75 0 72 355 60 34
Binary 100101 101001 1101010 1000001 111101 0 111010 11101101 110000 11100

Color Harmonies of #25296A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25296A

Black with #25296A

Text Example


Text Example

White with #25296A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25296A; }

 p { color: rgb(37,41,106); }

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

background-color css

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

 a { background-color: rgb(37,41,106); }

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

border-color css

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

 span { border-color: rgb(37,41,106); }

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