Html Css Color HEX #252F65 Deep Koamaru

📋 copy color: '#252F65'

red 37 ◦ green 47 ◦ blue 101

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

Shades of Deep Koamaru #252F65

Tints of Deep Koamaru #252F65

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.41%

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

R = 20%
G = 25.41%
B = 54.59%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#252F65 (or 0x252F65) is known color: Deep Koamaru. HEX triplet: 25, 2F and 65. RGB value is (37,47,101). Sum of RGB (Red+Green+Blue) = 37+47+101=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 101 (39.84% from 255 or 54.59% from 185); Max value from RGB is 101 - color contains mainly: blue. Hex color #252F65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252F65 is #DAD09A. Grayscale: #313131. Windows color (decimal): -14340251 or 6631205. OLE color: 6631205.

HSL color Cylindrical-coordinate representation of color #252F65: hue angle of 230.62º 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 #252F65 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 37 47 101 -
CMYK 0.63 0.53 0 0.60
HSL 230.63º 0.46% 0.27% -
HSV(B) 230.63º 0.63% 0.4% -
XYZ 4.13 3.37 12.74 -
YUV 50.17 156.69 118.61 -
System Red Green Blue C M Y K H S L
Decimal 37 47 101 0.63 0.53 0 0.60 230.63 0.46 0.27
Hex 25 2F 65 3F 35 0 3C E7 2E 1B
Octal 45 57 145 77 65 0 74 347 56 33
Binary 100101 101111 1100101 111111 110101 0 111100 11100111 101110 11011

Color Harmonies of #252F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252F65

Black with #252F65

Text Example


Text Example

White with #252F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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