Html Css Color HEX #254D69 Arapawa

📋 copy color: '#254D69'

red 37 ◦ green 77 ◦ blue 105

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

Shades of Arapawa #254D69

Tints of Arapawa #254D69

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.16%

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

R = 16.89%
G = 35.16%
B = 47.95%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#254D69 (or 0x254D69) is known color: Arapawa. HEX triplet: 25, 4D and 69. RGB value is (37,77,105). Sum of RGB (Red+Green+Blue) = 37+77+105=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 105 (41.41% from 255 or 47.95% from 219); Max value from RGB is 105 - color contains mainly: blue. Hex color #254D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #254D69 is #DAB296. Grayscale: #444444. Windows color (decimal): -14332567 or 6901029. OLE color: 6901029.

HSL color Cylindrical-coordinate representation of color #254D69: hue angle of 204.71º 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 #254D69 is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 77 105 -
CMYK 0.65 0.27 0 0.59
HSL 204.71º 0.48% 0.28% -
HSV(B) 204.71º 0.65% 0.41% -
XYZ 5.97 6.72 14.35 -
YUV 68.23 148.75 105.72 -
System Red Green Blue C M Y K H S L
Decimal 37 77 105 0.65 0.27 0 0.59 204.71 0.48 0.28
Hex 25 4D 69 41 1B 0 3B CD 30 1C
Octal 45 115 151 101 33 0 73 315 60 34
Binary 100101 1001101 1101001 1000001 11011 0 111011 11001101 110000 11100

Color Harmonies of #254D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254D69

Black with #254D69

Text Example


Text Example

White with #254D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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