Html Css Color HEX #252865 Deep Koamaru

📋 copy color: '#252865'

red 37 ◦ green 40 ◦ blue 101

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

Shades of Deep Koamaru #252865

Tints of Deep Koamaru #252865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 56.74%

R = 20.79%
G = 22.47%
B = 56.74%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#252865 (or 0x252865) is known color: Deep Koamaru. HEX triplet: 25, 28 and 65. RGB value is (37,40,101). Sum of RGB (Red+Green+Blue) = 37+40+101=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 101 (39.84% from 255 or 56.74% from 178); Max value from RGB is 101 - color contains mainly: blue. Hex color #252865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252865 is #DAD79A. Grayscale: #2D2D2D. Windows color (decimal): -14342043 or 6629413. OLE color: 6629413.

HSL color Cylindrical-coordinate representation of color #252865: hue angle of 237.19º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #252865 is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 37 40 101 -
CMYK 0.63 0.60 0 0.60
HSL 237.19º 0.46% 0.27% -
HSV(B) 237.19º 0.63% 0.4% -
XYZ 3.87 2.85 12.66 -
YUV 46.06 159.01 121.54 -
System Red Green Blue C M Y K H S L
Decimal 37 40 101 0.63 0.60 0 0.60 237.19 0.46 0.27
Hex 25 28 65 3F 3C 0 3C ED 2E 1B
Octal 45 50 145 77 74 0 74 355 56 33
Binary 100101 101000 1100101 111111 111100 0 111100 11101101 101110 11011

Color Harmonies of #252865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252865

Black with #252865

Text Example


Text Example

White with #252865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252865; }

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

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

background-color css

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

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

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

border-color css

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

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

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