Html Css Color HEX #272E7D Torea Bay

📋 copy color: '#272E7D'

red 39 ◦ green 46 ◦ blue 125

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

Shades of Torea Bay #272E7D

Tints of Torea Bay #272E7D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.9%

 BLUE value IS 125 (49.22% from 255) = 59.52%

R = 18.57%
G = 21.9%
B = 59.52%

CMYK

 C value IS 0.69

 M value IS 0.63

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#272E7D (or 0x272E7D) is known color: Torea Bay. HEX triplet: 27, 2E and 7D. RGB value is (39,46,125). Sum of RGB (Red+Green+Blue) = 39+46+125=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 125 (49.22% from 255 or 59.52% from 210); Max value from RGB is 125 - color contains mainly: blue. Hex color #272E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272E7D is #D8D182. Grayscale: #343434. Windows color (decimal): -14209411 or 8203815. OLE color: 8203815.

HSL color Cylindrical-coordinate representation of color #272E7D: hue angle of 235.12º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #272E7D is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 39 46 125 -
CMYK 0.69 0.63 0 0.51
HSL 235.12º 0.52% 0.32% -
HSV(B) 235.12º 0.69% 0.49% -
XYZ 5.52 3.87 19.86 -
YUV 52.91 168.68 118.08 -
System Red Green Blue C M Y K H S L
Decimal 39 46 125 0.69 0.63 0 0.51 235.12 0.52 0.32
Hex 27 2E 7D 45 3F 0 33 EB 34 20
Octal 47 56 175 105 77 0 63 353 64 40
Binary 100111 101110 1111101 1000101 111111 0 110011 11101011 110100 100000

Color Harmonies of #272E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272E7D

Black with #272E7D

Text Example


Text Example

White with #272E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272E7D; }

 p { color: rgb(39,46,125); }

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

background-color css

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

 a { background-color: rgb(39,46,125); }

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

border-color css

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

 span { border-color: rgb(39,46,125); }

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