Html Css Color HEX #254B65 Arapawa

📋 copy color: '#254B65'

red 37 ◦ green 75 ◦ blue 101

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

Shades of Arapawa #254B65

Tints of Arapawa #254B65

RGB

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

 GREEN value IS 75 (29.69% from 255) = 35.21%

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

R = 17.37%
G = 35.21%
B = 47.42%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#254B65 (or 0x254B65) is known color: Arapawa. HEX triplet: 25, 4B and 65. RGB value is (37,75,101). Sum of RGB (Red+Green+Blue) = 37+75+101=213 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.37% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 101 - color contains mainly: blue. Hex color #254B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254B65 is #DAB49A. Grayscale: #424242. Windows color (decimal): -14333083 or 6638373. OLE color: 6638373.

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

Color convert

RGB 37 75 101 -
CMYK 0.63 0.26 0 0.60
HSL 204.38º 0.46% 0.27% -
HSV(B) 204.38º 0.63% 0.4% -
XYZ 5.63 6.37 13.24 -
YUV 66.6 147.41 106.89 -
System Red Green Blue C M Y K H S L
Decimal 37 75 101 0.63 0.26 0 0.60 204.38 0.46 0.27
Hex 25 4B 65 3F 1A 0 3C CC 2E 1B
Octal 45 113 145 77 32 0 74 314 56 33
Binary 100101 1001011 1100101 111111 11010 0 111100 11001100 101110 11011

Color Harmonies of #254B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254B65

Black with #254B65

Text Example


Text Example

White with #254B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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