Html Css Color HEX #25334D Bunting

📋 copy color: '#25334D'

red 37 ◦ green 51 ◦ blue 77

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

Shades of Bunting #25334D

Tints of Bunting #25334D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 46.67%

R = 22.42%
G = 30.91%
B = 46.67%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25334D (or 0x25334D) is known color: Bunting. HEX triplet: 25, 33 and 4D. RGB value is (37,51,77). Sum of RGB (Red+Green+Blue) = 37+51+77=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 77 - color contains mainly: blue. Hex color #25334D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25334D is #DACCB2. Grayscale: #313131. Windows color (decimal): -14339251 or 5059365. OLE color: 5059365.

HSL color Cylindrical-coordinate representation of color #25334D: hue angle of 219º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #25334D is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 37 51 77 -
CMYK 0.52 0.34 0 0.70
HSL 219º 0.35% 0.22% -
HSV(B) 219º 0.52% 0.3% -
XYZ 3.29 3.3 7.48 -
YUV 49.78 143.36 118.89 -
System Red Green Blue C M Y K H S L
Decimal 37 51 77 0.52 0.34 0 0.70 219 0.35 0.22
Hex 25 33 4D 34 22 0 46 DB 23 16
Octal 45 63 115 64 42 0 106 333 43 26
Binary 100101 110011 1001101 110100 100010 0 1000110 11011011 100011 10110

Color Harmonies of #25334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25334D

Black with #25334D

Text Example


Text Example

White with #25334D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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