Html Css Color HEX #25354C Bunting

📋 copy color: '#25354C'

red 37 ◦ green 53 ◦ blue 76

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

Shades of Bunting #25354C

Tints of Bunting #25354C

RGB

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

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

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

R = 22.29%
G = 31.93%
B = 45.78%

CMYK

 C value IS 0.51

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#25354C (or 0x25354C) is known color: Bunting. HEX triplet: 25, 35 and 4C. RGB value is (37,53,76). Sum of RGB (Red+Green+Blue) = 37+53+76=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 76 (30.08% from 255 or 45.78% from 166); Max value from RGB is 76 - color contains mainly: blue. Hex color #25354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25354C is #DACAB3. Grayscale: #323232. Windows color (decimal): -14338740 or 4994341. OLE color: 4994341.

HSL color Cylindrical-coordinate representation of color #25354C: hue angle of 215.38º 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 #25354C is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 37 53 76 -
CMYK 0.51 0.30 0 0.70
HSL 215.38º 0.35% 0.22% -
HSV(B) 215.38º 0.51% 0.3% -
XYZ 3.34 3.46 7.33 -
YUV 50.84 142.2 118.13 -
System Red Green Blue C M Y K H S L
Decimal 37 53 76 0.51 0.30 0 0.70 215.38 0.35 0.22
Hex 25 35 4C 33 1E 0 46 D7 23 16
Octal 45 65 114 63 36 0 106 327 43 26
Binary 100101 110101 1001100 110011 11110 0 1000110 11010111 100011 10110

Color Harmonies of #25354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25354C

Black with #25354C

Text Example


Text Example

White with #25354C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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