Html Css Color HEX #254769 Arapawa

📋 copy color: '#254769'

red 37 ◦ green 71 ◦ blue 105

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

Shades of Arapawa #254769

Tints of Arapawa #254769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 49.3%

R = 17.37%
G = 33.33%
B = 49.3%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#254769 (or 0x254769) is known color: Arapawa. HEX triplet: 25, 47 and 69. RGB value is (37,71,105). Sum of RGB (Red+Green+Blue) = 37+71+105=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #254769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254769 is #DAB896. Grayscale: #404040. Windows color (decimal): -14334103 or 6899493. OLE color: 6899493.

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

Color convert

RGB 37 71 105 -
CMYK 0.65 0.32 0 0.59
HSL 210º 0.48% 0.28% -
HSV(B) 210º 0.65% 0.41% -
XYZ 5.57 5.92 14.21 -
YUV 64.71 150.74 108.24 -
System Red Green Blue C M Y K H S L
Decimal 37 71 105 0.65 0.32 0 0.59 210 0.48 0.28
Hex 25 47 69 41 20 0 3B D2 30 1C
Octal 45 107 151 101 40 0 73 322 60 34
Binary 100101 1000111 1101001 1000001 100000 0 111011 11010010 110000 11100

Color Harmonies of #254769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254769

Black with #254769

Text Example


Text Example

White with #254769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254769; }

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

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

background-color css

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

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

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

border-color css

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

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

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