Html Css Color HEX #252E6D Deep Koamaru

📋 copy color: '#252E6D'

red 37 ◦ green 46 ◦ blue 109

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

Shades of Deep Koamaru #252E6D

Tints of Deep Koamaru #252E6D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.96%

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

R = 19.27%
G = 23.96%
B = 56.77%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#252E6D (or 0x252E6D) is known color: Deep Koamaru. HEX triplet: 25, 2E and 6D. RGB value is (37,46,109). Sum of RGB (Red+Green+Blue) = 37+46+109=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #252E6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252E6D is #DAD192. Grayscale: #323232. Windows color (decimal): -14340499 or 7155237. OLE color: 7155237.

HSL color Cylindrical-coordinate representation of color #252E6D: hue angle of 232.5º 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 #252E6D is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 37 46 109 -
CMYK 0.66 0.58 0 0.57
HSL 232.5º 0.49% 0.29% -
HSV(B) 232.5º 0.66% 0.43% -
XYZ 4.5 3.45 14.9 -
YUV 50.49 161.02 118.38 -
System Red Green Blue C M Y K H S L
Decimal 37 46 109 0.66 0.58 0 0.57 232.5 0.49 0.29
Hex 25 2E 6D 42 3A 0 39 E8 31 1D
Octal 45 56 155 102 72 0 71 350 61 35
Binary 100101 101110 1101101 1000010 111010 0 111001 11101000 110001 11101

Color Harmonies of #252E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E6D

Black with #252E6D

Text Example


Text Example

White with #252E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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