Html Css Color HEX #25334F Bunting

📋 copy color: '#25334F'

red 37 ◦ green 51 ◦ blue 79

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

Shades of Bunting #25334F

Tints of Bunting #25334F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.54%

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

R = 22.16%
G = 30.54%
B = 47.31%

CMYK

 C value IS 0.53

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#25334F (or 0x25334F) is known color: Bunting. HEX triplet: 25, 33 and 4F. RGB value is (37,51,79). Sum of RGB (Red+Green+Blue) = 37+51+79=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 79 - color contains mainly: blue. Hex color #25334F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25334F is #DACCB0. Grayscale: #313131. Windows color (decimal): -14339249 or 5190437. OLE color: 5190437.

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

Color convert

RGB 37 51 79 -
CMYK 0.53 0.35 0 0.69
HSL 220º 0.36% 0.23% -
HSV(B) 220º 0.53% 0.31% -
XYZ 3.36 3.33 7.86 -
YUV 50.01 144.36 118.72 -
System Red Green Blue C M Y K H S L
Decimal 37 51 79 0.53 0.35 0 0.69 220 0.36 0.23
Hex 25 33 4F 35 23 0 45 DC 24 17
Octal 45 63 117 65 43 0 105 334 44 27
Binary 100101 110011 1001111 110101 100011 0 1000101 11011100 100100 10111

Color Harmonies of #25334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25334F

Black with #25334F

Text Example


Text Example

White with #25334F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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