Html Css Color HEX #31377F Torea Bay

📋 copy color: '#31377F'

red 49 ◦ green 55 ◦ blue 127

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

Shades of Torea Bay #31377F

Tints of Torea Bay #31377F

RGB

 RED value IS 49 (19.53% from 255) = 21.21%

 GREEN value IS 55 (21.88% from 255) = 23.81%

 BLUE value IS 127 (50% from 255) = 54.98%

R = 21.21%
G = 23.81%
B = 54.98%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#31377F (or 0x31377F) is known color: Torea Bay. HEX triplet: 31, 37 and 7F. RGB value is (49,55,127). Sum of RGB (Red+Green+Blue) = 49+55+127=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 127 (50% from 255 or 54.98% from 231); Max value from RGB is 127 - color contains mainly: blue. Hex color #31377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31377F is #CEC880. Grayscale: #3D3D3D. Windows color (decimal): -13551745 or 8337201. OLE color: 8337201.

HSL color Cylindrical-coordinate representation of color #31377F: hue angle of 235.38º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31377F is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 55 127 -
CMYK 0.61 0.57 0 0.50
HSL 235.38º 0.44% 0.35% -
HSV(B) 235.38º 0.61% 0.5% -
XYZ 6.46 4.92 20.69 -
YUV 61.41 165.01 119.15 -
System Red Green Blue C M Y K H S L
Decimal 49 55 127 0.61 0.57 0 0.50 235.38 0.44 0.35
Hex 31 37 7F 3D 39 0 32 EB 2C 23
Octal 61 67 177 75 71 0 62 353 54 43
Binary 110001 110111 1111111 111101 111001 0 110010 11101011 101100 100011

Color Harmonies of #31377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31377F

Black with #31377F

Text Example


Text Example

White with #31377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31377F; }

 p { color: rgb(49,55,127); }

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

background-color css

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

 a { background-color: rgb(49,55,127); }

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

border-color css

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

 span { border-color: rgb(49,55,127); }

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