Html Css Color HEX #254C65 Arapawa

📋 copy color: '#254C65'

red 37 ◦ green 76 ◦ blue 101

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

Shades of Arapawa #254C65

Tints of Arapawa #254C65

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.51%

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

R = 17.29%
G = 35.51%
B = 47.2%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#254C65 (or 0x254C65) is known color: Arapawa. HEX triplet: 25, 4C and 65. RGB value is (37,76,101). Sum of RGB (Red+Green+Blue) = 37+76+101=214 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.29% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 101 - color contains mainly: blue. Hex color #254C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254C65 is #DAB39A. Grayscale: #434343. Windows color (decimal): -14332827 or 6638629. OLE color: 6638629.

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

Color convert

RGB 37 76 101 -
CMYK 0.63 0.25 0 0.60
HSL 203.44º 0.46% 0.27% -
HSV(B) 203.44º 0.63% 0.4% -
XYZ 5.7 6.5 13.27 -
YUV 67.19 147.08 106.47 -
System Red Green Blue C M Y K H S L
Decimal 37 76 101 0.63 0.25 0 0.60 203.44 0.46 0.27
Hex 25 4C 65 3F 19 0 3C CB 2E 1B
Octal 45 114 145 77 31 0 74 313 56 33
Binary 100101 1001100 1100101 111111 11001 0 111100 11001011 101110 11011

Color Harmonies of #254C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254C65

Black with #254C65

Text Example


Text Example

White with #254C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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