Html Css Color HEX #25535F Arapawa

📋 copy color: '#25535F'

red 37 ◦ green 83 ◦ blue 95

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

Shades of Arapawa #25535F

Tints of Arapawa #25535F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.6%

 BLUE value IS 95 (37.5% from 255) = 44.19%

R = 17.21%
G = 38.6%
B = 44.19%

CMYK

 C value IS 0.61

 M value IS 0.13

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#25535F (or 0x25535F) is known color: Arapawa. HEX triplet: 25, 53 and 5F. RGB value is (37,83,95). Sum of RGB (Red+Green+Blue) = 37+83+95=215 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.21% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 95 (37.5% from 255 or 44.19% from 215); Max value from RGB is 95 - color contains mainly: blue. Hex color #25535F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25535F is #DAACA0. Grayscale: #464646. Windows color (decimal): -14331041 or 6247205. OLE color: 6247205.

HSL color Cylindrical-coordinate representation of color #25535F: hue angle of 192.41º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25535F is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 37 83 95 -
CMYK 0.61 0.13 0 0.63
HSL 192.41º 0.44% 0.26% -
HSV(B) 192.41º 0.61% 0.37% -
XYZ 5.92 7.41 11.94 -
YUV 70.61 141.76 104.02 -
System Red Green Blue C M Y K H S L
Decimal 37 83 95 0.61 0.13 0 0.63 192.41 0.44 0.26
Hex 25 53 5F 3D D 0 3F C0 2C 1A
Octal 45 123 137 75 15 0 77 300 54 32
Binary 100101 1010011 1011111 111101 1101 0 111111 11000000 101100 11010

Color Harmonies of #25535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25535F

Black with #25535F

Text Example


Text Example

White with #25535F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25535F; }

 p { color: rgb(37,83,95); }

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

background-color css

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

 a { background-color: rgb(37,83,95); }

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

border-color css

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

 span { border-color: rgb(37,83,95); }

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