Html Css Color HEX #273385 Torea Bay

📋 copy color: '#273385'

red 39 ◦ green 51 ◦ blue 133

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

Shades of Torea Bay #273385

Tints of Torea Bay #273385

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.87%

 BLUE value IS 133 (52.34% from 255) = 59.64%

R = 17.49%
G = 22.87%
B = 59.64%

CMYK

 C value IS 0.71

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#273385 (or 0x273385) is known color: Torea Bay. HEX triplet: 27, 33 and 85. RGB value is (39,51,133). Sum of RGB (Red+Green+Blue) = 39+51+133=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 133 (52.34% from 255 or 59.64% from 223); Max value from RGB is 133 - color contains mainly: blue. Hex color #273385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273385 is #D8CC7A. Grayscale: #383838. Windows color (decimal): -14208123 or 8729383. OLE color: 8729383.

HSL color Cylindrical-coordinate representation of color #273385: hue angle of 232.34º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #273385 is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 39 51 133 -
CMYK 0.71 0.62 0 0.48
HSL 232.34º 0.55% 0.34% -
HSV(B) 232.34º 0.71% 0.52% -
XYZ 6.25 4.49 22.73 -
YUV 56.76 171.02 115.33 -
System Red Green Blue C M Y K H S L
Decimal 39 51 133 0.71 0.62 0 0.48 232.34 0.55 0.34
Hex 27 33 85 47 3E 0 30 E8 37 22
Octal 47 63 205 107 76 0 60 350 67 42
Binary 100111 110011 10000101 1000111 111110 0 110000 11101000 110111 100010

Color Harmonies of #273385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273385

Black with #273385

Text Example


Text Example

White with #273385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273385; }

 p { color: rgb(39,51,133); }

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

background-color css

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

 a { background-color: rgb(39,51,133); }

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

border-color css

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

 span { border-color: rgb(39,51,133); }

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