Html Css Color HEX #383F71 Torea Bay

📋 copy color: '#383F71'

red 56 ◦ green 63 ◦ blue 113

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

Shades of Torea Bay #383F71

Tints of Torea Bay #383F71

RGB

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

 GREEN value IS 63 (25% from 255) = 27.16%

 BLUE value IS 113 (44.53% from 255) = 48.71%

R = 24.14%
G = 27.16%
B = 48.71%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#383F71 (or 0x383F71) is known color: Torea Bay. HEX triplet: 38, 3F and 71. RGB value is (56,63,113). Sum of RGB (Red+Green+Blue) = 56+63+113=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #383F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383F71 is #C7C08E. Grayscale: #424242. Windows color (decimal): -13090959 or 7421752. OLE color: 7421752.

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

Color convert

RGB 56 63 113 -
CMYK 0.50 0.44 0 0.56
HSL 232.63º 0.34% 0.33% -
HSV(B) 232.63º 0.5% 0.44% -
XYZ 6.39 5.59 16.36 -
YUV 66.61 154.18 120.43 -
System Red Green Blue C M Y K H S L
Decimal 56 63 113 0.50 0.44 0 0.56 232.63 0.34 0.33
Hex 38 3F 71 32 2C 0 38 E9 22 21
Octal 70 77 161 62 54 0 70 351 42 41
Binary 111000 111111 1110001 110010 101100 0 111000 11101001 100010 100001

Color Harmonies of #383F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F71

Black with #383F71

Text Example


Text Example

White with #383F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,63,113); }

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

background-color css

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

 a { background-color: rgb(56,63,113); }

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

border-color css

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

 span { border-color: rgb(56,63,113); }

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