Html Css Color HEX #253453 Bunting

📋 copy color: '#253453'

red 37 ◦ green 52 ◦ blue 83

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

Shades of Bunting #253453

Tints of Bunting #253453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.23%

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

R = 21.51%
G = 30.23%
B = 48.26%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#253453 (or 0x253453) is known color: Bunting. HEX triplet: 25, 34 and 53. RGB value is (37,52,83). Sum of RGB (Red+Green+Blue) = 37+52+83=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 83 - color contains mainly: blue. Hex color #253453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253453 is #DACBAC. Grayscale: #323232. Windows color (decimal): -14338989 or 5452837. OLE color: 5452837.

HSL color Cylindrical-coordinate representation of color #253453: hue angle of 220.43º 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 #253453 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 52 83 -
CMYK 0.55 0.37 0 0.67
HSL 220.43º 0.38% 0.24% -
HSV(B) 220.43º 0.55% 0.33% -
XYZ 3.55 3.47 8.67 -
YUV 51.05 146.03 117.98 -
System Red Green Blue C M Y K H S L
Decimal 37 52 83 0.55 0.37 0 0.67 220.43 0.38 0.24
Hex 25 34 53 37 25 0 43 DC 26 18
Octal 45 64 123 67 45 0 103 334 46 30
Binary 100101 110100 1010011 110111 100101 0 1000011 11011100 100110 11000

Color Harmonies of #253453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253453

Black with #253453

Text Example


Text Example

White with #253453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253453; }

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

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

background-color css

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

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

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

border-color css

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

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

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