Html Css Color HEX #252E6E Deep Koamaru

📋 copy color: '#252E6E'

red 37 ◦ green 46 ◦ blue 110

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

Shades of Deep Koamaru #252E6E

Tints of Deep Koamaru #252E6E

RGB

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

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

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

R = 19.17%
G = 23.83%
B = 56.99%

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

#252E6E (or 0x252E6E) is known color: Deep Koamaru. HEX triplet: 25, 2E and 6E. RGB value is (37,46,110). Sum of RGB (Red+Green+Blue) = 37+46+110=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 110 (43.36% from 255 or 56.99% from 193); Max value from RGB is 110 - color contains mainly: blue. Hex color #252E6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252E6E is #DAD191. Grayscale: #323232. Windows color (decimal): -14340498 or 7220773. OLE color: 7220773.

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

Color convert

RGB 37 46 110 -
CMYK 0.66 0.58 0 0.57
HSL 232.6º 0.5% 0.29% -
HSV(B) 232.6º 0.66% 0.43% -
XYZ 4.55 3.47 15.18 -
YUV 50.61 161.52 118.3 -
System Red Green Blue C M Y K H S L
Decimal 37 46 110 0.66 0.58 0 0.57 232.6 0.5 0.29
Hex 25 2E 6E 42 3A 0 39 E9 32 1D
Octal 45 56 156 102 72 0 71 351 62 35
Binary 100101 101110 1101110 1000010 111010 0 111001 11101001 110010 11101

Color Harmonies of #252E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E6E

Black with #252E6E

Text Example


Text Example

White with #252E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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