Html Css Color HEX #2C357D Torea Bay

📋 copy color: '#2C357D'

red 44 ◦ green 53 ◦ blue 125

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

Shades of Torea Bay #2C357D

Tints of Torea Bay #2C357D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.87%

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

R = 19.82%
G = 23.87%
B = 56.31%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2C357D (or 0x2C357D) is known color: Torea Bay. HEX triplet: 2C, 35 and 7D. RGB value is (44,53,125). Sum of RGB (Red+Green+Blue) = 44+53+125=222 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.82% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #2C357D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C357D is #D3CA82. Grayscale: #3A3A3A. Windows color (decimal): -13879939 or 8205612. OLE color: 8205612.

HSL color Cylindrical-coordinate representation of color #2C357D: hue angle of 233.33º 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 #2C357D is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 44 53 125 -
CMYK 0.65 0.58 0 0.51
HSL 233.33º 0.48% 0.33% -
HSV(B) 233.33º 0.65% 0.49% -
XYZ 6.01 4.56 19.97 -
YUV 58.52 165.52 117.65 -
System Red Green Blue C M Y K H S L
Decimal 44 53 125 0.65 0.58 0 0.51 233.33 0.48 0.33
Hex 2C 35 7D 41 3A 0 33 E9 30 21
Octal 54 65 175 101 72 0 63 351 60 41
Binary 101100 110101 1111101 1000001 111010 0 110011 11101001 110000 100001

Color Harmonies of #2C357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C357D

Black with #2C357D

Text Example


Text Example

White with #2C357D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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