Html Css Color HEX #253354 Bunting

📋 copy color: '#253354'

red 37 ◦ green 51 ◦ blue 84

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

Shades of Bunting #253354

Tints of Bunting #253354

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.65%

 BLUE value IS 84 (33.2% from 255) = 48.84%

R = 21.51%
G = 29.65%
B = 48.84%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#253354 (or 0x253354) is known color: Bunting. HEX triplet: 25, 33 and 54. RGB value is (37,51,84). Sum of RGB (Red+Green+Blue) = 37+51+84=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 84 - color contains mainly: blue. Hex color #253354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253354 is #DACCAB. Grayscale: #323232. Windows color (decimal): -14339244 or 5518117. OLE color: 5518117.

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

Color convert

RGB 37 51 84 -
CMYK 0.56 0.39 0 0.67
HSL 222.13º 0.39% 0.24% -
HSV(B) 222.13º 0.56% 0.33% -
XYZ 3.55 3.4 8.86 -
YUV 50.58 146.86 118.32 -
System Red Green Blue C M Y K H S L
Decimal 37 51 84 0.56 0.39 0 0.67 222.13 0.39 0.24
Hex 25 33 54 38 27 0 43 DE 27 18
Octal 45 63 124 70 47 0 103 336 47 30
Binary 100101 110011 1010100 111000 100111 0 1000011 11011110 100111 11000

Color Harmonies of #253354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253354

Black with #253354

Text Example


Text Example

White with #253354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253354; }

 p { color: rgb(37,51,84); }

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

background-color css

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

 a { background-color: rgb(37,51,84); }

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

border-color css

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

 span { border-color: rgb(37,51,84); }

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