Html Css Color HEX #252E6C Deep Koamaru

📋 copy color: '#252E6C'

red 37 ◦ green 46 ◦ blue 108

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

Shades of Deep Koamaru #252E6C

Tints of Deep Koamaru #252E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 56.54%

R = 19.37%
G = 24.08%
B = 56.54%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#252E6C (or 0x252E6C) is known color: Deep Koamaru. HEX triplet: 25, 2E and 6C. RGB value is (37,46,108). Sum of RGB (Red+Green+Blue) = 37+46+108=191 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.37% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 108 (42.58% from 255 or 56.54% from 191); Max value from RGB is 108 - color contains mainly: blue. Hex color #252E6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252E6C is #DAD193. Grayscale: #323232. Windows color (decimal): -14340500 or 7089701. OLE color: 7089701.

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

Color convert

RGB 37 46 108 -
CMYK 0.66 0.57 0 0.58
HSL 232.39º 0.49% 0.28% -
HSV(B) 232.39º 0.66% 0.42% -
XYZ 4.45 3.43 14.62 -
YUV 50.38 160.52 118.46 -
System Red Green Blue C M Y K H S L
Decimal 37 46 108 0.66 0.57 0 0.58 232.39 0.49 0.28
Hex 25 2E 6C 42 39 0 3A E8 31 1C
Octal 45 56 154 102 71 0 72 350 61 34
Binary 100101 101110 1101100 1000010 111001 0 111010 11101000 110001 11100

Color Harmonies of #252E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E6C

Black with #252E6C

Text Example


Text Example

White with #252E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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