Html Css Color HEX #263287 Torea Bay

📋 copy color: '#263287'

red 38 ◦ green 50 ◦ blue 135

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

Shades of Torea Bay #263287

Tints of Torea Bay #263287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 60.54%

R = 17.04%
G = 22.42%
B = 60.54%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#263287 (or 0x263287) is known color: Torea Bay. HEX triplet: 26, 32 and 87. RGB value is (38,50,135). Sum of RGB (Red+Green+Blue) = 38+50+135=223 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.04% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 135 (53.12% from 255 or 60.54% from 223); Max value from RGB is 135 - color contains mainly: blue. Hex color #263287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #263287 is #D9CD78. Grayscale: #373737. Windows color (decimal): -14273913 or 8860198. OLE color: 8860198.

HSL color Cylindrical-coordinate representation of color #263287: hue angle of 232.58º 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 #263287 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 38 50 135 -
CMYK 0.72 0.63 0 0.47
HSL 232.58º 0.56% 0.34% -
HSV(B) 232.58º 0.72% 0.53% -
XYZ 6.31 4.44 23.45 -
YUV 56.1 172.52 115.09 -
System Red Green Blue C M Y K H S L
Decimal 38 50 135 0.72 0.63 0 0.47 232.58 0.56 0.34
Hex 26 32 87 48 3F 0 2F E9 38 22
Octal 46 62 207 110 77 0 57 351 70 42
Binary 100110 110010 10000111 1001000 111111 0 101111 11101001 111000 100010

Color Harmonies of #263287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263287

Black with #263287

Text Example


Text Example

White with #263287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263287; }

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

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

background-color css

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

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

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

border-color css

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

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

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