Html Css Color HEX #252967 Deep Koamaru

📋 copy color: '#252967'

red 37 ◦ green 41 ◦ blue 103

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

Shades of Deep Koamaru #252967

Tints of Deep Koamaru #252967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 56.91%

R = 20.44%
G = 22.65%
B = 56.91%

CMYK

 C value IS 0.64

 M value IS 0.60

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#252967 (or 0x252967) is known color: Deep Koamaru. HEX triplet: 25, 29 and 67. RGB value is (37,41,103). Sum of RGB (Red+Green+Blue) = 37+41+103=181 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.44% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 103 (40.62% from 255 or 56.91% from 181); Max value from RGB is 103 - color contains mainly: blue. Hex color #252967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252967 is #DAD698. Grayscale: #2E2E2E. Windows color (decimal): -14341785 or 6760741. OLE color: 6760741.

HSL color Cylindrical-coordinate representation of color #252967: hue angle of 236.36º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #252967 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 37 41 103 -
CMYK 0.64 0.60 0 0.60
HSL 236.36º 0.47% 0.27% -
HSV(B) 236.36º 0.64% 0.4% -
XYZ 4 2.96 13.19 -
YUV 46.87 159.67 120.96 -
System Red Green Blue C M Y K H S L
Decimal 37 41 103 0.64 0.60 0 0.60 236.36 0.47 0.27
Hex 25 29 67 40 3C 0 3C EC 2F 1B
Octal 45 51 147 100 74 0 74 354 57 33
Binary 100101 101001 1100111 1000000 111100 0 111100 11101100 101111 11011

Color Harmonies of #252967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252967

Black with #252967

Text Example


Text Example

White with #252967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252967; }

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

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

background-color css

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

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

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

border-color css

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

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

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