Html Css Color HEX #25296E Deep Koamaru

📋 copy color: '#25296E'

red 37 ◦ green 41 ◦ blue 110

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

Shades of Deep Koamaru #25296E

Tints of Deep Koamaru #25296E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 58.51%

R = 19.68%
G = 21.81%
B = 58.51%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#25296E (or 0x25296E) is known color: Deep Koamaru. HEX triplet: 25, 29 and 6E. RGB value is (37,41,110). Sum of RGB (Red+Green+Blue) = 37+41+110=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 110 (43.36% from 255 or 58.51% from 188); Max value from RGB is 110 - color contains mainly: blue. Hex color #25296E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25296E is #DAD691. Grayscale: #2F2F2F. Windows color (decimal): -14341778 or 7219493. OLE color: 7219493.

HSL color Cylindrical-coordinate representation of color #25296E: hue angle of 236.71º degrees, saturation: 0.5, 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 #25296E is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 41 110 -
CMYK 0.66 0.63 0 0.57
HSL 236.71º 0.5% 0.29% -
HSV(B) 236.71º 0.66% 0.43% -
XYZ 4.37 3.1 15.12 -
YUV 47.67 163.17 120.39 -
System Red Green Blue C M Y K H S L
Decimal 37 41 110 0.66 0.63 0 0.57 236.71 0.5 0.29
Hex 25 29 6E 42 3F 0 39 ED 32 1D
Octal 45 51 156 102 77 0 71 355 62 35
Binary 100101 101001 1101110 1000010 111111 0 111001 11101101 110010 11101

Color Harmonies of #25296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25296E

Black with #25296E

Text Example


Text Example

White with #25296E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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