Html Css Color HEX #254768 Arapawa

📋 copy color: '#254768'

red 37 ◦ green 71 ◦ blue 104

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

Shades of Arapawa #254768

Tints of Arapawa #254768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.49%

 BLUE value IS 104 (41.02% from 255) = 49.06%

R = 17.45%
G = 33.49%
B = 49.06%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#254768 (or 0x254768) is known color: Arapawa. HEX triplet: 25, 47 and 68. RGB value is (37,71,104). Sum of RGB (Red+Green+Blue) = 37+71+104=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #254768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254768 is #DAB897. Grayscale: #404040. Windows color (decimal): -14334104 or 6833957. OLE color: 6833957.

HSL color Cylindrical-coordinate representation of color #254768: hue angle of 209.55º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #254768 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 71 104 -
CMYK 0.64 0.32 0 0.59
HSL 209.55º 0.48% 0.28% -
HSV(B) 209.55º 0.64% 0.41% -
XYZ 5.51 5.9 13.94 -
YUV 64.6 150.24 108.32 -
System Red Green Blue C M Y K H S L
Decimal 37 71 104 0.64 0.32 0 0.59 209.55 0.48 0.28
Hex 25 47 68 40 20 0 3B D2 30 1C
Octal 45 107 150 100 40 0 73 322 60 34
Binary 100101 1000111 1101000 1000000 100000 0 111011 11010010 110000 11100

Color Harmonies of #254768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254768

Black with #254768

Text Example


Text Example

White with #254768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254768; }

 p { color: rgb(37,71,104); }

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

background-color css

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

 a { background-color: rgb(37,71,104); }

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

border-color css

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

 span { border-color: rgb(37,71,104); }

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