Html Css Color HEX #383D77 Torea Bay

📋 copy color: '#383D77'

red 56 ◦ green 61 ◦ blue 119

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

Shades of Torea Bay #383D77

Tints of Torea Bay #383D77

RGB

 RED value IS 56 (22.27% from 255) = 23.73%

 GREEN value IS 61 (24.22% from 255) = 25.85%

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

R = 23.73%
G = 25.85%
B = 50.42%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#383D77 (or 0x383D77) is known color: Torea Bay. HEX triplet: 38, 3D and 77. RGB value is (56,61,119). Sum of RGB (Red+Green+Blue) = 56+61+119=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #383D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383D77 is #C7C288. Grayscale: #414141. Windows color (decimal): -13091465 or 7814456. OLE color: 7814456.

HSL color Cylindrical-coordinate representation of color #383D77: hue angle of 235.24º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #383D77 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 61 119 -
CMYK 0.53 0.49 0 0.53
HSL 235.24º 0.36% 0.34% -
HSV(B) 235.24º 0.53% 0.47% -
XYZ 6.63 5.51 18.17 -
YUV 66.12 157.84 120.78 -
System Red Green Blue C M Y K H S L
Decimal 56 61 119 0.53 0.49 0 0.53 235.24 0.36 0.34
Hex 38 3D 77 35 31 0 35 EB 24 22
Octal 70 75 167 65 61 0 65 353 44 42
Binary 111000 111101 1110111 110101 110001 0 110101 11101011 100100 100010

Color Harmonies of #383D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383D77

Black with #383D77

Text Example


Text Example

White with #383D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383D77; }

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

 H1.HeaderClassName
 {
   color: #383D77;
 }
 .AnyTagClassName
 {
   color: #383D77;
 }
</style>

background-color css

<style>
 a { background-color: #383D77; }

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

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

border-color css

<style>
 span { border-color: #383D77; }

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

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