Html Css Color HEX #252766 Deep Koamaru

📋 copy color: '#252766'

red 37 ◦ green 39 ◦ blue 102

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

Shades of Deep Koamaru #252766

Tints of Deep Koamaru #252766

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.91%

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

R = 20.79%
G = 21.91%
B = 57.3%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#252766 (or 0x252766) is known color: Deep Koamaru. HEX triplet: 25, 27 and 66. RGB value is (37,39,102). Sum of RGB (Red+Green+Blue) = 37+39+102=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 102 (40.23% from 255 or 57.30% from 178); Max value from RGB is 102 - color contains mainly: blue. Hex color #252766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252766 is #DAD899. Grayscale: #2D2D2D. Windows color (decimal): -14342298 or 6694693. OLE color: 6694693.

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

Color convert

RGB 37 39 102 -
CMYK 0.64 0.62 0 0.6
HSL 238.15º 0.47% 0.27% -
HSV(B) 238.15º 0.64% 0.4% -
XYZ 3.89 2.8 12.91 -
YUV 45.58 159.84 121.88 -
System Red Green Blue C M Y K H S L
Decimal 37 39 102 0.64 0.62 0 0.6 238.15 0.47 0.27
Hex 25 27 66 40 3E 0 3C EE 2F 1B
Octal 45 47 146 100 76 0 74 356 57 33
Binary 100101 100111 1100110 1000000 111110 0 111100 11101110 101111 11011

Color Harmonies of #252766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252766

Black with #252766

Text Example


Text Example

White with #252766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252766; }

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

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

background-color css

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

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

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

border-color css

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

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

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