Html Css Color HEX #252F64 Deep Koamaru

📋 copy color: '#252F64'

red 37 ◦ green 47 ◦ blue 100

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

Shades of Deep Koamaru #252F64

Tints of Deep Koamaru #252F64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 54.35%

R = 20.11%
G = 25.54%
B = 54.35%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#252F64 (or 0x252F64) is known color: Deep Koamaru. HEX triplet: 25, 2F and 64. RGB value is (37,47,100). Sum of RGB (Red+Green+Blue) = 37+47+100=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 100 (39.45% from 255 or 54.35% from 184); Max value from RGB is 100 - color contains mainly: blue. Hex color #252F64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252F64 is #DAD09B. Grayscale: #313131. Windows color (decimal): -14340252 or 6565669. OLE color: 6565669.

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

Color convert

RGB 37 47 100 -
CMYK 0.63 0.53 0 0.61
HSL 230.48º 0.46% 0.27% -
HSV(B) 230.48º 0.63% 0.39% -
XYZ 4.08 3.35 12.49 -
YUV 50.05 156.19 118.69 -
System Red Green Blue C M Y K H S L
Decimal 37 47 100 0.63 0.53 0 0.61 230.48 0.46 0.27
Hex 25 2F 64 3F 35 0 3D E6 2E 1B
Octal 45 57 144 77 65 0 75 346 56 33
Binary 100101 101111 1100100 111111 110101 0 111101 11100110 101110 11011

Color Harmonies of #252F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252F64

Black with #252F64

Text Example


Text Example

White with #252F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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