Html Css Color HEX #252867 Deep Koamaru

📋 copy color: '#252867'

red 37 ◦ green 40 ◦ blue 103

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

Shades of Deep Koamaru #252867

Tints of Deep Koamaru #252867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 57.22%

R = 20.56%
G = 22.22%
B = 57.22%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#252867 (or 0x252867) is known color: Deep Koamaru. HEX triplet: 25, 28 and 67. RGB value is (37,40,103). Sum of RGB (Red+Green+Blue) = 37+40+103=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 103 (40.62% from 255 or 57.22% from 180); Max value from RGB is 103 - color contains mainly: blue. Hex color #252867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252867 is #DAD798. Grayscale: #2E2E2E. Windows color (decimal): -14342041 or 6760485. OLE color: 6760485.

HSL color Cylindrical-coordinate representation of color #252867: hue angle of 237.27º 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 #252867 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 37 40 103 -
CMYK 0.64 0.61 0 0.60
HSL 237.27º 0.47% 0.27% -
HSV(B) 237.27º 0.64% 0.4% -
XYZ 3.97 2.89 13.18 -
YUV 46.29 160.01 121.38 -
System Red Green Blue C M Y K H S L
Decimal 37 40 103 0.64 0.61 0 0.60 237.27 0.47 0.27
Hex 25 28 67 40 3D 0 3C ED 2F 1B
Octal 45 50 147 100 75 0 74 355 57 33
Binary 100101 101000 1100111 1000000 111101 0 111100 11101101 101111 11011

Color Harmonies of #252867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252867

Black with #252867

Text Example


Text Example

White with #252867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252867; }

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

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

background-color css

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

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

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

border-color css

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

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

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