Html Css Color HEX #263249 Bunting

📋 copy color: '#263249'

red 38 ◦ green 50 ◦ blue 73

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

Shades of Bunting #263249

Tints of Bunting #263249

RGB

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

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

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

R = 23.6%
G = 31.06%
B = 45.34%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#263249 (or 0x263249) is known color: Bunting. HEX triplet: 26, 32 and 49. RGB value is (38,50,73). Sum of RGB (Red+Green+Blue) = 38+50+73=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 73 (28.91% from 255 or 45.34% from 161); Max value from RGB is 73 - color contains mainly: blue. Hex color #263249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263249 is #D9CDB6. Grayscale: #303030. Windows color (decimal): -14273975 or 4796966. OLE color: 4796966.

HSL color Cylindrical-coordinate representation of color #263249: hue angle of 219.43º 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 #263249 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 38 50 73 -
CMYK 0.48 0.32 0 0.71
HSL 219.43º 0.32% 0.22% -
HSV(B) 219.43º 0.48% 0.29% -
XYZ 3.14 3.17 6.75 -
YUV 49.03 141.52 120.13 -
System Red Green Blue C M Y K H S L
Decimal 38 50 73 0.48 0.32 0 0.71 219.43 0.32 0.22
Hex 26 32 49 30 20 0 47 DB 20 16
Octal 46 62 111 60 40 0 107 333 40 26
Binary 100110 110010 1001001 110000 100000 0 1000111 11011011 100000 10110

Color Harmonies of #263249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263249

Black with #263249

Text Example


Text Example

White with #263249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263249; }

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

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

background-color css

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

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

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

border-color css

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

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

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