Html Css Color HEX #253253 Bunting

📋 copy color: '#253253'

red 37 ◦ green 50 ◦ blue 83

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

Shades of Bunting #253253

Tints of Bunting #253253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 48.82%

R = 21.76%
G = 29.41%
B = 48.82%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#253253 (or 0x253253) is known color: Bunting. HEX triplet: 25, 32 and 53. RGB value is (37,50,83). Sum of RGB (Red+Green+Blue) = 37+50+83=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: blue. Hex color #253253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253253 is #DACDAC. Grayscale: #313131. Windows color (decimal): -14339501 or 5452325. OLE color: 5452325.

HSL color Cylindrical-coordinate representation of color #253253: hue angle of 223.04º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #253253 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 50 83 -
CMYK 0.55 0.40 0 0.67
HSL 223.04º 0.38% 0.24% -
HSV(B) 223.04º 0.55% 0.33% -
XYZ 3.46 3.3 8.64 -
YUV 49.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 37 50 83 0.55 0.40 0 0.67 223.04 0.38 0.24
Hex 25 32 53 37 28 0 43 DF 26 18
Octal 45 62 123 67 50 0 103 337 46 30
Binary 100101 110010 1010011 110111 101000 0 1000011 11011111 100110 11000

Color Harmonies of #253253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253253

Black with #253253

Text Example


Text Example

White with #253253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253253; }

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

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

background-color css

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

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

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

border-color css

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

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

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