Html Css Color HEX #254B64 Arapawa

📋 copy color: '#254B64'

red 37 ◦ green 75 ◦ blue 100

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

Shades of Arapawa #254B64

Tints of Arapawa #254B64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 47.17%

R = 17.45%
G = 35.38%
B = 47.17%

CMYK

 C value IS 0.63

 M value IS 0.25

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#254B64 (or 0x254B64) is known color: Arapawa. HEX triplet: 25, 4B and 64. RGB value is (37,75,100). Sum of RGB (Red+Green+Blue) = 37+75+100=212 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.45% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 100 (39.45% from 255 or 47.17% from 212); Max value from RGB is 100 - color contains mainly: blue. Hex color #254B64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254B64 is #DAB49B. Grayscale: #424242. Windows color (decimal): -14333084 or 6572837. OLE color: 6572837.

HSL color Cylindrical-coordinate representation of color #254B64: hue angle of 203.81º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #254B64 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 37 75 100 -
CMYK 0.63 0.25 0 0.61
HSL 203.81º 0.46% 0.27% -
HSV(B) 203.81º 0.63% 0.39% -
XYZ 5.58 6.35 12.99 -
YUV 66.49 146.91 106.97 -
System Red Green Blue C M Y K H S L
Decimal 37 75 100 0.63 0.25 0 0.61 203.81 0.46 0.27
Hex 25 4B 64 3F 19 0 3D CC 2E 1B
Octal 45 113 144 77 31 0 75 314 56 33
Binary 100101 1001011 1100100 111111 11001 0 111101 11001100 101110 11011

Color Harmonies of #254B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254B64

Black with #254B64

Text Example


Text Example

White with #254B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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