Html Css Color HEX #2C317D Torea Bay

📋 copy color: '#2C317D'

red 44 ◦ green 49 ◦ blue 125

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

Shades of Torea Bay #2C317D

Tints of Torea Bay #2C317D

RGB

 RED value IS 44 (17.58% from 255) = 20.18%

 GREEN value IS 49 (19.53% from 255) = 22.48%

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

R = 20.18%
G = 22.48%
B = 57.34%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2C317D (or 0x2C317D) is known color: Torea Bay. HEX triplet: 2C, 31 and 7D. RGB value is (44,49,125). Sum of RGB (Red+Green+Blue) = 44+49+125=218 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.18% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 125 (49.22% from 255 or 57.34% from 218); Max value from RGB is 125 - color contains mainly: blue. Hex color #2C317D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C317D is #D3CE82. Grayscale: #373737. Windows color (decimal): -13880963 or 8204588. OLE color: 8204588.

HSL color Cylindrical-coordinate representation of color #2C317D: hue angle of 236.3º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C317D is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 44 49 125 -
CMYK 0.65 0.61 0 0.51
HSL 236.3º 0.48% 0.33% -
HSV(B) 236.3º 0.65% 0.49% -
XYZ 5.84 4.21 19.91 -
YUV 56.17 166.84 119.32 -
System Red Green Blue C M Y K H S L
Decimal 44 49 125 0.65 0.61 0 0.51 236.3 0.48 0.33
Hex 2C 31 7D 41 3D 0 33 EC 30 21
Octal 54 61 175 101 75 0 63 354 60 41
Binary 101100 110001 1111101 1000001 111101 0 110011 11101100 110000 100001

Color Harmonies of #2C317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C317D

Black with #2C317D

Text Example


Text Example

White with #2C317D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C317D; }

 p { color: rgb(44,49,125); }

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

background-color css

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

 a { background-color: rgb(44,49,125); }

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

border-color css

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

 span { border-color: rgb(44,49,125); }

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