Html Css Color HEX #263149 Bunting

📋 copy color: '#263149'

red 38 ◦ green 49 ◦ blue 73

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

Shades of Bunting #263149

Tints of Bunting #263149

RGB

 RED value IS 38 (15.23% from 255) = 23.75%

 GREEN value IS 49 (19.53% from 255) = 30.63%

 BLUE value IS 73 (28.91% from 255) = 45.63%

R = 23.75%
G = 30.63%
B = 45.63%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#263149 (or 0x263149) is known color: Bunting. HEX triplet: 26, 31 and 49. RGB value is (38,49,73). Sum of RGB (Red+Green+Blue) = 38+49+73=160 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.75% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 73 (28.91% from 255 or 45.62% from 160); Max value from RGB is 73 - color contains mainly: blue. Hex color #263149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263149 is #D9CEB6. Grayscale: #303030. Windows color (decimal): -14274231 or 4796710. OLE color: 4796710.

HSL color Cylindrical-coordinate representation of color #263149: hue angle of 221.14º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #263149 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 38 49 73 -
CMYK 0.48 0.33 0 0.71
HSL 221.14º 0.32% 0.22% -
HSV(B) 221.14º 0.48% 0.29% -
XYZ 3.1 3.09 6.74 -
YUV 48.45 141.86 120.55 -
System Red Green Blue C M Y K H S L
Decimal 38 49 73 0.48 0.33 0 0.71 221.14 0.32 0.22
Hex 26 31 49 30 21 0 47 DD 20 16
Octal 46 61 111 60 41 0 107 335 40 26
Binary 100110 110001 1001001 110000 100001 0 1000111 11011101 100000 10110

Color Harmonies of #263149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263149

Black with #263149

Text Example


Text Example

White with #263149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263149; }

 p { color: rgb(38,49,73); }

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

background-color css

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

 a { background-color: rgb(38,49,73); }

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

border-color css

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

 span { border-color: rgb(38,49,73); }

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