Html Css Color HEX #25354F Bunting

📋 copy color: '#25354F'

red 37 ◦ green 53 ◦ blue 79

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

Shades of Bunting #25354F

Tints of Bunting #25354F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.36%

 BLUE value IS 79 (31.25% from 255) = 46.75%

R = 21.89%
G = 31.36%
B = 46.75%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#25354F (or 0x25354F) is known color: Bunting. HEX triplet: 25, 35 and 4F. RGB value is (37,53,79). Sum of RGB (Red+Green+Blue) = 37+53+79=169 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.89% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 79 - color contains mainly: blue. Hex color #25354F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25354F is #DACAB0. Grayscale: #333333. Windows color (decimal): -14338737 or 5190949. OLE color: 5190949.

HSL color Cylindrical-coordinate representation of color #25354F: hue angle of 217.14º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #25354F is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 53 79 -
CMYK 0.53 0.33 0 0.69
HSL 217.14º 0.36% 0.23% -
HSV(B) 217.14º 0.53% 0.31% -
XYZ 3.45 3.5 7.89 -
YUV 51.18 143.7 117.89 -
System Red Green Blue C M Y K H S L
Decimal 37 53 79 0.53 0.33 0 0.69 217.14 0.36 0.23
Hex 25 35 4F 35 21 0 45 D9 24 17
Octal 45 65 117 65 41 0 105 331 44 27
Binary 100101 110101 1001111 110101 100001 0 1000101 11011001 100100 10111

Color Harmonies of #25354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25354F

Black with #25354F

Text Example


Text Example

White with #25354F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,53,79); }

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

background-color css

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

 a { background-color: rgb(37,53,79); }

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

border-color css

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

 span { border-color: rgb(37,53,79); }

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