Html Css Color HEX #3B467C Torea Bay

📋 copy color: '#3B467C'

red 59 ◦ green 70 ◦ blue 124

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

Shades of Torea Bay #3B467C

Tints of Torea Bay #3B467C

RGB

 RED value IS 59 (23.44% from 255) = 23.32%

 GREEN value IS 70 (27.73% from 255) = 27.67%

 BLUE value IS 124 (48.83% from 255) = 49.01%

R = 23.32%
G = 27.67%
B = 49.01%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3B467C (or 0x3B467C) is known color: Torea Bay. HEX triplet: 3B, 46 and 7C. RGB value is (59,70,124). Sum of RGB (Red+Green+Blue) = 59+70+124=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #3B467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B467C is #C4B983. Grayscale: #484848. Windows color (decimal): -12892548 or 8144443. OLE color: 8144443.

HSL color Cylindrical-coordinate representation of color #3B467C: hue angle of 229.85º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B467C is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 59 70 124 -
CMYK 0.52 0.44 0 0.51
HSL 229.85º 0.36% 0.36% -
HSV(B) 229.85º 0.52% 0.49% -
XYZ 7.63 6.77 19.97 -
YUV 72.87 156.86 118.11 -
System Red Green Blue C M Y K H S L
Decimal 59 70 124 0.52 0.44 0 0.51 229.85 0.36 0.36
Hex 3B 46 7C 34 2C 0 33 E6 24 24
Octal 73 106 174 64 54 0 63 346 44 44
Binary 111011 1000110 1111100 110100 101100 0 110011 11100110 100100 100100

Color Harmonies of #3B467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B467C

Black with #3B467C

Text Example


Text Example

White with #3B467C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,70,124); }

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

background-color css

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

 a { background-color: rgb(59,70,124); }

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

border-color css

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

 span { border-color: rgb(59,70,124); }

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