Html Css Color HEX #252968 Deep Koamaru

📋 copy color: '#252968'

red 37 ◦ green 41 ◦ blue 104

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

Shades of Deep Koamaru #252968

Tints of Deep Koamaru #252968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 57.14%

R = 20.33%
G = 22.53%
B = 57.14%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#252968 (or 0x252968) is known color: Deep Koamaru. HEX triplet: 25, 29 and 68. RGB value is (37,41,104). Sum of RGB (Red+Green+Blue) = 37+41+104=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 104 (41.02% from 255 or 57.14% from 182); Max value from RGB is 104 - color contains mainly: blue. Hex color #252968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252968 is #DAD697. Grayscale: #2E2E2E. Windows color (decimal): -14341784 or 6826277. OLE color: 6826277.

HSL color Cylindrical-coordinate representation of color #252968: hue angle of 236.42º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #252968 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 41 104 -
CMYK 0.64 0.61 0 0.59
HSL 236.42º 0.48% 0.28% -
HSV(B) 236.42º 0.64% 0.41% -
XYZ 4.05 2.98 13.46 -
YUV 46.99 160.17 120.88 -
System Red Green Blue C M Y K H S L
Decimal 37 41 104 0.64 0.61 0 0.59 236.42 0.48 0.28
Hex 25 29 68 40 3D 0 3B EC 30 1C
Octal 45 51 150 100 75 0 73 354 60 34
Binary 100101 101001 1101000 1000000 111101 0 111011 11101100 110000 11100

Color Harmonies of #252968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252968

Black with #252968

Text Example


Text Example

White with #252968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252968; }

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

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

background-color css

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

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

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

border-color css

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

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

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