Html Css Color HEX #263253 Bunting

📋 copy color: '#263253'

red 38 ◦ green 50 ◦ blue 83

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

Shades of Bunting #263253

Tints of Bunting #263253

RGB

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

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

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

R = 22.22%
G = 29.24%
B = 48.54%

CMYK

 C value IS 0.54

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#263253 (or 0x263253) is known color: Bunting. HEX triplet: 26, 32 and 53. RGB value is (38,50,83). Sum of RGB (Red+Green+Blue) = 38+50+83=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: blue. Hex color #263253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263253 is #D9CDAC. Grayscale: #323232. Windows color (decimal): -14273965 or 5452326. OLE color: 5452326.

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

Color convert

RGB 38 50 83 -
CMYK 0.54 0.40 0 0.67
HSL 224º 0.37% 0.24% -
HSV(B) 224º 0.54% 0.33% -
XYZ 3.5 3.32 8.64 -
YUV 50.17 146.52 119.32 -
System Red Green Blue C M Y K H S L
Decimal 38 50 83 0.54 0.40 0 0.67 224 0.37 0.24
Hex 26 32 53 36 28 0 43 E0 25 18
Octal 46 62 123 66 50 0 103 340 45 30
Binary 100110 110010 1010011 110110 101000 0 1000011 11100000 100101 11000

Color Harmonies of #263253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263253

Black with #263253

Text Example


Text Example

White with #263253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263253; }

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

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

background-color css

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

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

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

border-color css

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

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

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