Html Css Color HEX #252F4C Bunting

📋 copy color: '#252F4C'

red 37 ◦ green 47 ◦ blue 76

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

Shades of Bunting #252F4C

Tints of Bunting #252F4C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 29.38%

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

R = 23.13%
G = 29.38%
B = 47.5%

CMYK

 C value IS 0.51

 M value IS 0.38

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#252F4C (or 0x252F4C) is known color: Bunting. HEX triplet: 25, 2F and 4C. RGB value is (37,47,76). Sum of RGB (Red+Green+Blue) = 37+47+76=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 76 (30.08% from 255 or 47.5% from 160); Max value from RGB is 76 - color contains mainly: blue. Hex color #252F4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252F4C is #DAD0B3. Grayscale: #2F2F2F. Windows color (decimal): -14340276 or 4992805. OLE color: 4992805.

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

Color convert

RGB 37 47 76 -
CMYK 0.51 0.38 0 0.70
HSL 224.62º 0.35% 0.22% -
HSV(B) 224.62º 0.51% 0.3% -
XYZ 3.08 2.95 7.24 -
YUV 47.32 144.19 120.64 -
System Red Green Blue C M Y K H S L
Decimal 37 47 76 0.51 0.38 0 0.70 224.62 0.35 0.22
Hex 25 2F 4C 33 26 0 46 E1 23 16
Octal 45 57 114 63 46 0 106 341 43 26
Binary 100101 101111 1001100 110011 100110 0 1000110 11100001 100011 10110

Color Harmonies of #252F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252F4C

Black with #252F4C

Text Example


Text Example

White with #252F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252F4C; }

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

 H1.HeaderClassName
 {
   color: #252F4C;
 }
 .AnyTagClassName
 {
   color: #252F4C;
 }
</style>

background-color css

<style>
 a { background-color: #252F4C; }

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

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

border-color css

<style>
 span { border-color: #252F4C; }

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

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