Html Css Color HEX #25334C Bunting

📋 copy color: '#25334C'

red 37 ◦ green 51 ◦ blue 76

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

Shades of Bunting #25334C

Tints of Bunting #25334C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 46.34%

R = 22.56%
G = 31.1%
B = 46.34%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25334C (or 0x25334C) is known color: Bunting. HEX triplet: 25, 33 and 4C. RGB value is (37,51,76). Sum of RGB (Red+Green+Blue) = 37+51+76=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 76 - color contains mainly: blue. Hex color #25334C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25334C is #DACCB3. Grayscale: #313131. Windows color (decimal): -14339252 or 4993829. OLE color: 4993829.

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

Color convert

RGB 37 51 76 -
CMYK 0.51 0.33 0 0.70
HSL 218.46º 0.35% 0.22% -
HSV(B) 218.46º 0.51% 0.3% -
XYZ 3.25 3.28 7.3 -
YUV 49.66 142.86 118.97 -
System Red Green Blue C M Y K H S L
Decimal 37 51 76 0.51 0.33 0 0.70 218.46 0.35 0.22
Hex 25 33 4C 33 21 0 46 DA 23 16
Octal 45 63 114 63 41 0 106 332 43 26
Binary 100101 110011 1001100 110011 100001 0 1000110 11011010 100011 10110

Color Harmonies of #25334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25334C

Black with #25334C

Text Example


Text Example

White with #25334C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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