Html Css Color HEX #252863 Deep Koamaru

📋 copy color: '#252863'

red 37 ◦ green 40 ◦ blue 99

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

Shades of Deep Koamaru #252863

Tints of Deep Koamaru #252863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 56.25%

R = 21.02%
G = 22.73%
B = 56.25%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#252863 (or 0x252863) is known color: Deep Koamaru. HEX triplet: 25, 28 and 63. RGB value is (37,40,99). Sum of RGB (Red+Green+Blue) = 37+40+99=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 99 (39.06% from 255 or 56.25% from 176); Max value from RGB is 99 - color contains mainly: blue. Hex color #252863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252863 is #DAD79C. Grayscale: #2D2D2D. Windows color (decimal): -14342045 or 6498341. OLE color: 6498341.

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

Color convert

RGB 37 40 99 -
CMYK 0.63 0.60 0 0.61
HSL 237.1º 0.46% 0.27% -
HSV(B) 237.1º 0.63% 0.39% -
XYZ 3.77 2.81 12.15 -
YUV 45.83 158.01 121.7 -
System Red Green Blue C M Y K H S L
Decimal 37 40 99 0.63 0.60 0 0.61 237.1 0.46 0.27
Hex 25 28 63 3F 3C 0 3D ED 2E 1B
Octal 45 50 143 77 74 0 75 355 56 33
Binary 100101 101000 1100011 111111 111100 0 111101 11101101 101110 11011

Color Harmonies of #252863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252863

Black with #252863

Text Example


Text Example

White with #252863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252863; }

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

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

background-color css

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

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

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

border-color css

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

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

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