Html Css Color HEX #263189 Torea Bay

📋 copy color: '#263189'

red 38 ◦ green 49 ◦ blue 137

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

Shades of Torea Bay #263189

Tints of Torea Bay #263189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 61.16%

R = 16.96%
G = 21.88%
B = 61.16%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#263189 (or 0x263189) is known color: Torea Bay. HEX triplet: 26, 31 and 89. RGB value is (38,49,137). Sum of RGB (Red+Green+Blue) = 38+49+137=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 137 (53.91% from 255 or 61.16% from 224); Max value from RGB is 137 - color contains mainly: blue. Hex color #263189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263189 is #D9CE76. Grayscale: #373737. Windows color (decimal): -14274167 or 8991014. OLE color: 8991014.

HSL color Cylindrical-coordinate representation of color #263189: hue angle of 233.33º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #263189 is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 38 49 137 -
CMYK 0.72 0.64 0 0.46
HSL 233.33º 0.57% 0.34% -
HSV(B) 233.33º 0.72% 0.54% -
XYZ 6.41 4.41 24.18 -
YUV 55.74 173.86 115.34 -
System Red Green Blue C M Y K H S L
Decimal 38 49 137 0.72 0.64 0 0.46 233.33 0.57 0.34
Hex 26 31 89 48 40 0 2E E9 39 22
Octal 46 61 211 110 100 0 56 351 71 42
Binary 100110 110001 10001001 1001000 1000000 0 101110 11101001 111001 100010

Color Harmonies of #263189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263189

Black with #263189

Text Example


Text Example

White with #263189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263189; }

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

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

background-color css

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

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

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

border-color css

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

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

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