Html Css Color HEX #25354E Bunting

📋 copy color: '#25354E'

red 37 ◦ green 53 ◦ blue 78

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

Shades of Bunting #25354E

Tints of Bunting #25354E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 46.43%

R = 22.02%
G = 31.55%
B = 46.43%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#25354E (or 0x25354E) is known color: Bunting. HEX triplet: 25, 35 and 4E. RGB value is (37,53,78). Sum of RGB (Red+Green+Blue) = 37+53+78=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 78 (30.86% from 255 or 46.43% from 168); Max value from RGB is 78 - color contains mainly: blue. Hex color #25354E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25354E is #DACAB1. Grayscale: #323232. Windows color (decimal): -14338738 or 5125413. OLE color: 5125413.

HSL color Cylindrical-coordinate representation of color #25354E: hue angle of 216.59º 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 #25354E is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 53 78 -
CMYK 0.53 0.32 0 0.69
HSL 216.59º 0.36% 0.23% -
HSV(B) 216.59º 0.53% 0.31% -
XYZ 3.41 3.49 7.7 -
YUV 51.07 143.2 117.97 -
System Red Green Blue C M Y K H S L
Decimal 37 53 78 0.53 0.32 0 0.69 216.59 0.36 0.23
Hex 25 35 4E 35 20 0 45 D9 24 17
Octal 45 65 116 65 40 0 105 331 44 27
Binary 100101 110101 1001110 110101 100000 0 1000101 11011001 100100 10111

Color Harmonies of #25354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25354E

Black with #25354E

Text Example


Text Example

White with #25354E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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