Html Css Color HEX #252E6B Deep Koamaru

📋 copy color: '#252E6B'

red 37 ◦ green 46 ◦ blue 107

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

Shades of Deep Koamaru #252E6B

Tints of Deep Koamaru #252E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 56.32%

R = 19.47%
G = 24.21%
B = 56.32%

CMYK

 C value IS 0.65

 M value IS 0.57

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#252E6B (or 0x252E6B) is known color: Deep Koamaru. HEX triplet: 25, 2E and 6B. RGB value is (37,46,107). Sum of RGB (Red+Green+Blue) = 37+46+107=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 107 (42.19% from 255 or 56.32% from 190); Max value from RGB is 107 - color contains mainly: blue. Hex color #252E6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252E6B is #DAD194. Grayscale: #323232. Windows color (decimal): -14340501 or 7024165. OLE color: 7024165.

HSL color Cylindrical-coordinate representation of color #252E6B: hue angle of 232.29º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #252E6B is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 46 107 -
CMYK 0.65 0.57 0 0.58
HSL 232.29º 0.49% 0.28% -
HSV(B) 232.29º 0.65% 0.42% -
XYZ 4.39 3.41 14.34 -
YUV 50.26 160.02 118.54 -
System Red Green Blue C M Y K H S L
Decimal 37 46 107 0.65 0.57 0 0.58 232.29 0.49 0.28
Hex 25 2E 6B 41 39 0 3A E8 31 1C
Octal 45 56 153 101 71 0 72 350 61 34
Binary 100101 101110 1101011 1000001 111001 0 111010 11101000 110001 11100

Color Harmonies of #252E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E6B

Black with #252E6B

Text Example


Text Example

White with #252E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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