Html Css Color HEX #3A4073 Torea Bay

📋 copy color: '#3A4073'

red 58 ◦ green 64 ◦ blue 115

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

Shades of Torea Bay #3A4073

Tints of Torea Bay #3A4073

RGB

 RED value IS 58 (23.05% from 255) = 24.47%

 GREEN value IS 64 (25.39% from 255) = 27%

 BLUE value IS 115 (45.31% from 255) = 48.52%

R = 24.47%
G = 27%
B = 48.52%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A4073 (or 0x3A4073) is known color: Torea Bay. HEX triplet: 3A, 40 and 73. RGB value is (58,64,115). Sum of RGB (Red+Green+Blue) = 58+64+115=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A4073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A4073 is #C5BF8C. Grayscale: #434343. Windows color (decimal): -12959629 or 7553082. OLE color: 7553082.

HSL color Cylindrical-coordinate representation of color #3A4073: hue angle of 233.68º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A4073 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 64 115 -
CMYK 0.50 0.44 0 0.55
HSL 233.68º 0.33% 0.34% -
HSV(B) 233.68º 0.5% 0.45% -
XYZ 6.67 5.8 16.99 -
YUV 68.02 154.51 120.85 -
System Red Green Blue C M Y K H S L
Decimal 58 64 115 0.50 0.44 0 0.55 233.68 0.33 0.34
Hex 3A 40 73 32 2C 0 37 EA 21 22
Octal 72 100 163 62 54 0 67 352 41 42
Binary 111010 1000000 1110011 110010 101100 0 110111 11101010 100001 100010

Color Harmonies of #3A4073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4073

Black with #3A4073

Text Example


Text Example

White with #3A4073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A4073; }

 p { color: rgb(58,64,115); }

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

background-color css

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

 a { background-color: rgb(58,64,115); }

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

border-color css

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

 span { border-color: rgb(58,64,115); }

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