Html Css Color HEX #263188 Torea Bay

📋 copy color: '#263188'

red 38 ◦ green 49 ◦ blue 136

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

Shades of Torea Bay #263188

Tints of Torea Bay #263188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 60.99%

R = 17.04%
G = 21.97%
B = 60.99%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#263188 (or 0x263188) is known color: Torea Bay. HEX triplet: 26, 31 and 88. RGB value is (38,49,136). Sum of RGB (Red+Green+Blue) = 38+49+136=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 136 (53.52% from 255 or 60.99% from 223); Max value from RGB is 136 - color contains mainly: blue. Hex color #263188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263188 is #D9CE77. Grayscale: #373737. Windows color (decimal): -14274168 or 8925478. OLE color: 8925478.

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

Color convert

RGB 38 49 136 -
CMYK 0.72 0.64 0 0.47
HSL 233.27º 0.56% 0.34% -
HSV(B) 233.27º 0.72% 0.53% -
XYZ 6.34 4.39 23.8 -
YUV 55.63 173.36 115.43 -
System Red Green Blue C M Y K H S L
Decimal 38 49 136 0.72 0.64 0 0.47 233.27 0.56 0.34
Hex 26 31 88 48 40 0 2F E9 38 22
Octal 46 61 210 110 100 0 57 351 70 42
Binary 100110 110001 10001000 1001000 1000000 0 101111 11101001 111000 100010

Color Harmonies of #263188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263188

Black with #263188

Text Example


Text Example

White with #263188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263188; }

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

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

background-color css

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

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

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

border-color css

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

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

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