Html Css Color HEX #253246 Bunting

📋 copy color: '#253246'

red 37 ◦ green 50 ◦ blue 70

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

Shades of Bunting #253246

Tints of Bunting #253246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.85%

 BLUE value IS 70 (27.73% from 255) = 44.59%

R = 23.57%
G = 31.85%
B = 44.59%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#253246 (or 0x253246) is known color: Bunting. HEX triplet: 25, 32 and 46. RGB value is (37,50,70). Sum of RGB (Red+Green+Blue) = 37+50+70=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 70 (27.73% from 255 or 44.59% from 157); Max value from RGB is 70 - color contains mainly: blue. Hex color #253246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253246 is #DACDB9. Grayscale: #303030. Windows color (decimal): -14339514 or 4600357. OLE color: 4600357.

HSL color Cylindrical-coordinate representation of color #253246: hue angle of 216.36º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #253246 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 37 50 70 -
CMYK 0.47 0.29 0 0.73
HSL 216.36º 0.31% 0.21% -
HSV(B) 216.36º 0.47% 0.27% -
XYZ 3.01 3.12 6.24 -
YUV 48.39 140.19 119.87 -
System Red Green Blue C M Y K H S L
Decimal 37 50 70 0.47 0.29 0 0.73 216.36 0.31 0.21
Hex 25 32 46 2F 1D 0 49 D8 1F 15
Octal 45 62 106 57 35 0 111 330 37 25
Binary 100101 110010 1000110 101111 11101 0 1001001 11011000 11111 10101

Color Harmonies of #253246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253246

Black with #253246

Text Example


Text Example

White with #253246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253246; }

 p { color: rgb(37,50,70); }

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

background-color css

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

 a { background-color: rgb(37,50,70); }

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

border-color css

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

 span { border-color: rgb(37,50,70); }

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