Html Css Color HEX #25296D Deep Koamaru

📋 copy color: '#25296D'

red 37 ◦ green 41 ◦ blue 109

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

Shades of Deep Koamaru #25296D

Tints of Deep Koamaru #25296D

RGB

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

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

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

R = 19.79%
G = 21.93%
B = 58.29%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25296D (or 0x25296D) is known color: Deep Koamaru. HEX triplet: 25, 29 and 6D. RGB value is (37,41,109). Sum of RGB (Red+Green+Blue) = 37+41+109=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 109 (42.97% from 255 or 58.29% from 187); Max value from RGB is 109 - color contains mainly: blue. Hex color #25296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25296D is #DAD692. Grayscale: #2F2F2F. Windows color (decimal): -14341779 or 7153957. OLE color: 7153957.

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

Color convert

RGB 37 41 109 -
CMYK 0.66 0.62 0 0.57
HSL 236.67º 0.49% 0.29% -
HSV(B) 236.67º 0.66% 0.43% -
XYZ 4.32 3.08 14.84 -
YUV 47.56 162.67 120.47 -
System Red Green Blue C M Y K H S L
Decimal 37 41 109 0.66 0.62 0 0.57 236.67 0.49 0.29
Hex 25 29 6D 42 3E 0 39 ED 31 1D
Octal 45 51 155 102 76 0 71 355 61 35
Binary 100101 101001 1101101 1000010 111110 0 111001 11101101 110001 11101

Color Harmonies of #25296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25296D

Black with #25296D

Text Example


Text Example

White with #25296D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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