Html Css Color HEX #254865 Arapawa

📋 copy color: '#254865'

red 37 ◦ green 72 ◦ blue 101

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

Shades of Arapawa #254865

Tints of Arapawa #254865

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.29%

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

R = 17.62%
G = 34.29%
B = 48.1%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#254865 (or 0x254865) is known color: Arapawa. HEX triplet: 25, 48 and 65. RGB value is (37,72,101). Sum of RGB (Red+Green+Blue) = 37+72+101=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 101 (39.84% from 255 or 48.10% from 210); Max value from RGB is 101 - color contains mainly: blue. Hex color #254865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254865 is #DAB79A. Grayscale: #404040. Windows color (decimal): -14333851 or 6637605. OLE color: 6637605.

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

Color convert

RGB 37 72 101 -
CMYK 0.63 0.29 0 0.60
HSL 207.19º 0.46% 0.27% -
HSV(B) 207.19º 0.63% 0.4% -
XYZ 5.43 5.97 13.18 -
YUV 64.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 37 72 101 0.63 0.29 0 0.60 207.19 0.46 0.27
Hex 25 48 65 3F 1D 0 3C CF 2E 1B
Octal 45 110 145 77 35 0 74 317 56 33
Binary 100101 1001000 1100101 111111 11101 0 111100 11001111 101110 11011

Color Harmonies of #254865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254865

Black with #254865

Text Example


Text Example

White with #254865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254865; }

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

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

background-color css

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

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

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

border-color css

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

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

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