Html Css Color HEX #25384A Tarawera

📋 copy color: '#25384A'

red 37 ◦ green 56 ◦ blue 74

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

Shades of Tarawera #25384A

Tints of Tarawera #25384A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.53%

 BLUE value IS 74 (29.3% from 255) = 44.31%

R = 22.16%
G = 33.53%
B = 44.31%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#25384A (or 0x25384A) is known color: Tarawera. HEX triplet: 25, 38 and 4A. RGB value is (37,56,74). Sum of RGB (Red+Green+Blue) = 37+56+74=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 74 - color contains mainly: blue. Hex color #25384A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25384A is #DAC7B5. Grayscale: #343434. Windows color (decimal): -14337974 or 4864037. OLE color: 4864037.

HSL color Cylindrical-coordinate representation of color #25384A: hue angle of 209.19º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #25384A is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 56 74 -
CMYK 0.50 0.24 0 0.71
HSL 209.19º 0.33% 0.22% -
HSV(B) 209.19º 0.5% 0.29% -
XYZ 3.41 3.72 7.02 -
YUV 52.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 37 56 74 0.50 0.24 0 0.71 209.19 0.33 0.22
Hex 25 38 4A 32 18 0 47 D1 21 16
Octal 45 70 112 62 30 0 107 321 41 26
Binary 100101 111000 1001010 110010 11000 0 1000111 11010001 100001 10110

Color Harmonies of #25384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25384A

Black with #25384A

Text Example


Text Example

White with #25384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25384A; }

 p { color: rgb(37,56,74); }

 H1.HeaderClassName
 {
   color: #25384A;
 }
 .AnyTagClassName
 {
   color: #25384A;
 }
</style>

background-color css

<style>
 a { background-color: #25384A; }

 a { background-color: rgb(37,56,74); }

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

border-color css

<style>
 span { border-color: #25384A; }

 span { border-color: rgb(37,56,74); }

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