Html Css Color HEX #3D4477 Torea Bay

📋 copy color: '#3D4477'

red 61 ◦ green 68 ◦ blue 119

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

Shades of Torea Bay #3D4477

Tints of Torea Bay #3D4477

RGB

 RED value IS 61 (24.22% from 255) = 24.6%

 GREEN value IS 68 (26.95% from 255) = 27.42%

 BLUE value IS 119 (46.88% from 255) = 47.98%

R = 24.6%
G = 27.42%
B = 47.98%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3D4477 (or 0x3D4477) is known color: Torea Bay. HEX triplet: 3D, 44 and 77. RGB value is (61,68,119). Sum of RGB (Red+Green+Blue) = 61+68+119=248 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.60% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D4477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4477 is #C2BB88. Grayscale: #474747. Windows color (decimal): -12761993 or 7816253. OLE color: 7816253.

HSL color Cylindrical-coordinate representation of color #3D4477: hue angle of 232.76º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D4477 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 61 68 119 -
CMYK 0.49 0.43 0 0.53
HSL 232.76º 0.32% 0.35% -
HSV(B) 232.76º 0.49% 0.47% -
XYZ 7.32 6.46 18.31 -
YUV 71.72 154.68 120.35 -
System Red Green Blue C M Y K H S L
Decimal 61 68 119 0.49 0.43 0 0.53 232.76 0.32 0.35
Hex 3D 44 77 31 2B 0 35 E9 20 23
Octal 75 104 167 61 53 0 65 351 40 43
Binary 111101 1000100 1110111 110001 101011 0 110101 11101001 100000 100011

Color Harmonies of #3D4477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4477

Black with #3D4477

Text Example


Text Example

White with #3D4477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,68,119); }

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

background-color css

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

 a { background-color: rgb(61,68,119); }

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

border-color css

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

 span { border-color: rgb(61,68,119); }

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