Html Css Color HEX #252866 Deep Koamaru

📋 copy color: '#252866'

red 37 ◦ green 40 ◦ blue 102

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

Shades of Deep Koamaru #252866

Tints of Deep Koamaru #252866

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.35%

 BLUE value IS 102 (40.23% from 255) = 56.98%

R = 20.67%
G = 22.35%
B = 56.98%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#252866 (or 0x252866) is known color: Deep Koamaru. HEX triplet: 25, 28 and 66. RGB value is (37,40,102). Sum of RGB (Red+Green+Blue) = 37+40+102=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 102 (40.23% from 255 or 56.98% from 179); Max value from RGB is 102 - color contains mainly: blue. Hex color #252866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252866 is #DAD799. Grayscale: #2D2D2D. Windows color (decimal): -14342042 or 6694949. OLE color: 6694949.

HSL color Cylindrical-coordinate representation of color #252866: hue angle of 237.23º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #252866 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 37 40 102 -
CMYK 0.64 0.61 0 0.6
HSL 237.23º 0.47% 0.27% -
HSV(B) 237.23º 0.64% 0.4% -
XYZ 3.92 2.87 12.92 -
YUV 46.17 159.51 121.46 -
System Red Green Blue C M Y K H S L
Decimal 37 40 102 0.64 0.61 0 0.6 237.23 0.47 0.27
Hex 25 28 66 40 3D 0 3C ED 2F 1B
Octal 45 50 146 100 75 0 74 355 57 33
Binary 100101 101000 1100110 1000000 111101 0 111100 11101101 101111 11011

Color Harmonies of #252866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252866

Black with #252866

Text Example


Text Example

White with #252866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252866; }

 p { color: rgb(37,40,102); }

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

background-color css

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

 a { background-color: rgb(37,40,102); }

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

border-color css

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

 span { border-color: rgb(37,40,102); }

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