Html Css Color HEX #273289 Torea Bay

📋 copy color: '#273289'

red 39 ◦ green 50 ◦ blue 137

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

Shades of Torea Bay #273289

Tints of Torea Bay #273289

RGB

 RED value IS 39 (15.63% from 255) = 17.26%

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

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

R = 17.26%
G = 22.12%
B = 60.62%

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

#273289 (or 0x273289) is known color: Torea Bay. HEX triplet: 27, 32 and 89. RGB value is (39,50,137). Sum of RGB (Red+Green+Blue) = 39+50+137=226 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.26% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 137 (53.91% from 255 or 60.62% from 226); Max value from RGB is 137 - color contains mainly: blue. Hex color #273289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273289 is #D8CD76. Grayscale: #383838. Windows color (decimal): -14208375 or 8991271. OLE color: 8991271.

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

Color convert

RGB 39 50 137 -
CMYK 0.72 0.64 0 0.46
HSL 233.27º 0.56% 0.35% -
HSV(B) 233.27º 0.72% 0.54% -
XYZ 6.49 4.52 24.2 -
YUV 56.63 173.36 115.43 -
System Red Green Blue C M Y K H S L
Decimal 39 50 137 0.72 0.64 0 0.46 233.27 0.56 0.35
Hex 27 32 89 48 40 0 2E E9 38 23
Octal 47 62 211 110 100 0 56 351 70 43
Binary 100111 110010 10001001 1001000 1000000 0 101110 11101001 111000 100011

Color Harmonies of #273289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273289

Black with #273289

Text Example


Text Example

White with #273289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273289; }

 p { color: rgb(39,50,137); }

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

background-color css

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

 a { background-color: rgb(39,50,137); }

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

border-color css

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

 span { border-color: rgb(39,50,137); }

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